Skip to content

Simple WebRTC messaging server and web app based on SocketIO

License

Notifications You must be signed in to change notification settings

agmangas/simple-webrtc-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple WebRTC server

Simple WebRTC signaling server and web app based on SocketIO.

Inspired by oney/react-native-webrtc-server.

Running the server

First, install the NPM dependencies:

npm install

To start the server in dummy HTTPS mode (with a self-signed SSL certificate) run:

npm run start-devel

To start the server in HTTP mode run:

npm start

About

Simple WebRTC messaging server and web app based on SocketIO

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published