Skip to content

noblegeorge/sweetserv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webrtc server - forked from https://github.com/pchab/ProjectRTC

WebRTC Live Streaming for android devices

The signaling part is done with socket.io. The client is an Android project.

Install

It requires node.js It also requires mongodb in order to save data such as user login/register information (https://www.mongodb.org/downloads)

  • You need to start the mongo db first.
  • git clone [email protected]:DangLienMinh/webrtc_server.git
  • cd ProjectRTC/
  • npm install
  • npm start

The server will run on port 3000. You can test it in the (Chrome or Firefox) browser at localhost:3000.

Author

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published