项目作者: onmyway133
项目描述 :
⌨️ Simple chat application using Node.js and WebRTC Data Channel
高级语言: JavaScript
项目地址: git://github.com/onmyway133/chat_webrtc.git
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
- Install nodejs, module socket.io, module node-static
- Run server: node dk_server.js
Usage
- 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