New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

webrtcdevelopment

Package Overview
Dependencies
Maintainers
1
Versions
515
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webrtcdevelopment

webrtc based communication and collaboration client . contains lot of experiments modules

  • 1.5.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
27
decreased by-15.62%
Maintainers
1
Weekly downloads
 
Created
Source

webrtc

web real time communication platform

![alt webrtc development ] (http://s20.postimg.org/sywx5rjx5/webrtc_development_logo_1_1.png)

Technologies used

  1. WebRTC

  2. Node asynchronous event driven JavaScript runtime

  3. socket.io

To run this project following steps need to be followed in that order :

1. get the project from github
git clone https://github.com/altanai/webrtc.git webrtc
2. install nvm ( node version manager )
sudo apt-get install nvm
nvm use v0.10.32
3. install npm and update the dependencies

It will read the package.json and update the dependencies in node_modules folder on project location

sudo apt-get install npm
npm install
4. Start up the Server
To start the Server in dev mode

It will stop the server as soon as Ctrl+ C is hit or the terminal widnow is closed . node read more about [node] ( )

To start the Server using npm start ( using package.json) , behaves same as earlier run using node
To start the Server using forever module

Keeps running even when window is swirched off

npm install forever -g
cd WebCall
forever start webrtcserver.js
5. useing browserify

browserify webrtcdevelopment_script.js --outfile webrtcdevelopment_script.bundle.js

read more :

To start the Server using PM2 ( a process manager for nodejs)

readmore :

5. Run the webRTC call locally

open tab on chrome or mozilla browser and add a link to the https server using nodejs script https://127.0.0.1:8084

Keywords

FAQs

Package last updated on 22 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc