Skip to content

aitchkhan/PeerChat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PeerChat

PeerChat is a Simple Project for Peer to Peer Video Chat with Node.js and Socket.io. Feel Free to commit, Appreciated.

Watch Live demo at

  • Check Out Demo.
  • Open Browser,
  • Enter Your name,
  • Enter Room Name,
  • Open Another Browser
  • Enter Name
  • Enter Same room name which entered before
  • And You Go....
  • Note* Sometime demo not work becuase it is only 1 peer to peer chat. So best practice is to test on your local environment,

If you want to run on your server

  • Clone to your machine
  • run npm install from your CLI
  • Add Turn Server API Key to script tag of index.html
  • If you don't have API Key you can get it for free on TurnServer.com
  • run node server.js command
  • Open localhost:3000
  • And You Go....

Authors

  • Hiren Kavad

License

This bundle is dual-licensed under MIT and GPL licenses.

Use it, change it, fork it, sell it. Do whatever you want, but please leave the author attribution.

About

PeerChat is a small Project for Audio/Video Chat Using Node.js and Socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.1%
  • HTML 22.1%
  • CSS 4.8%