An open API service indexing awesome lists of open source software.

https://github.com/onmyway133/chat_webrtc

⌨️ Simple chat application using Node.js and WebRTC Data Channel
https://github.com/onmyway133/chat_webrtc

chat rtc web

Last synced: over 1 year ago
JSON representation

⌨️ Simple chat application using Node.js and WebRTC Data Channel

Awesome Lists containing this project

README

          

Simple chat application using Node.js and WebRTC Data Channel



Explanation



  • Guest: User comming to our website

  • Host: Supportor of the website, answering guests ' questions

  • Server: Broker, peer registration and chat session initiation server



Server setup



  1. Install nodejs, module socket.io, module node-static

  2. Run server: node dk_server.js



Usage



  1. Host: Go to localhost:2013/host then click Register

  2. Guest: Go to localhost:2013/guest then click register

  3. Host: select the guest you want to chat

  4. Host, Guest: enter messages then click Send