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

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.

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