https://github.com/luandro/comunidade-chat
https://github.com/luandro/comunidade-chat
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/luandro/comunidade-chat
- Owner: luandro
- Created: 2019-04-21T20:21:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T20:23:33.000Z (about 7 years ago)
- Last Synced: 2025-03-01T05:18:37.253Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webrtc-chat
A small WebRTC-based video chat application. Developed with Node.js, Express and Socket.IO on server side. Chromium based browsers only supported.
This app uses RTCPeerconnection and getUserMedia specifications of WebRTC standards to develop a simple video chat application.
# Signaling
For signalling the application uses a Node.js and Express framework based server that provides it with the logic of signaling.
Use of web sockets for communication - thanks to Socket.io module.
# Functionality
Anybody can join the virtual chat room. List of online users is visible. A user calls another user using their usernames.
The call is accepted or rejected according to the receiver's will.