https://github.com/thanhdxuan/chatapp
Chat application that uses the peer-to-peer model and client-server model.
https://github.com/thanhdxuan/chatapp
javascript socket-io webrtc websocket
Last synced: 2 months ago
JSON representation
Chat application that uses the peer-to-peer model and client-server model.
- Host: GitHub
- URL: https://github.com/thanhdxuan/chatapp
- Owner: thanhdxuan
- Created: 2022-11-23T06:36:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T17:20:55.000Z (about 3 years ago)
- Last Synced: 2025-01-27T23:36:50.906Z (over 1 year ago)
- Topics: javascript, socket-io, webrtc, websocket
- Language: JavaScript
- Homepage:
- Size: 5.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WebRTC Chat Room Application
Components:
=============
1. Server App (Node.js with Web Socket)
2. Client App (HTML, CSS, BootStrap, Javascript and JQuery)
4. WebRTC (Supported browser Chrome and Firefox)
How to use this WebRTC Chat Room Application ?
==============================================
Run server
-> node server.js
Run client
-> Open index.html page in browser