Skip to content

Audio video plus text chat using webRTC and socket.io

License

Notifications You must be signed in to change notification settings

narendrakumawat/webRTC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC (Web Real-Time Communication)

This project is combination of webRTC and socket.io. Users can have video plus text chat. For establishing a peer connection between two users, one user will have to share his/her id to other via some other means. Then the other user can use this id and establish connection.

Running this project

  1. Execute 'npm install' to install dependencies on your machine
  2. Execute 'node index.js' or nodemon to start server
  3. Visit 'localhost:3500' in web browser to connect.

That's all. From there you can continue further.

Feedback/Query?

contact: [email protected]

About

Audio video plus text chat using webRTC and socket.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.6%
  • HTML 12.8%
  • CSS 11.6%