After a day of playing with Peer.js we successfully created a p2p chat program.
- Either go to root and run
npm install; grunt
, which will download everything, run grunt and open up a browser at http://127.0.0.1:9001/ OR just open/dist/index.html
in your browser. - Type in your name
- Either host or join (if you host give a friend your ID, if you join you'll need someone's ID)
- Once connected start chatting away!
I am hosting a working demo of this on my site, check it out!