Skip to content

swiftmas/socket.io-p2p-room-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socket.io-p2p-room-server

Do Webrtc signaling and partition communication with socket.io in rooms

Simple test of rooms, socket.io and webrtc. currently using node to host the entire directory as well.

steps to start server:

  1. git clone this sucker
  2. cd to directory
  3. npm install
  4. node server.js

client side code is stored in the kek-rr folder.

Hit the app on localhose:3030/kek-rr/index.html

About

Do Webrtc signaling and partition communication with socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 85.2%
  • HTML 14.8%