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
- Host: GitHub
- URL: https://github.com/onmyway133/chat_webrtc
- Owner: onmyway133
- Created: 2013-12-10T17:32:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-10T17:35:23.000Z (over 12 years ago)
- Last Synced: 2025-02-06T02:46:27.611Z (over 1 year ago)
- Topics: chat, rtc, web
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- 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