Simple chat application using Node.js and WebRTC Data Channel
- Guest: User comming to our website
- Host: Supportor of the website, answering guests ' questions
- Server: Broker, peer registration and chat session initiation server
- Install nodejs, module socket.io, module node-static
- Run server: node dk_server.js
- Host: Go to localhost:2013/host then click Register
- Guest: Go to localhost:2013/guest then click register
- Host: select the guest you want to chat
- Host, Guest: enter messages then click Send