Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krishnaclouds/webrtc-video-chat
A Video Chat Application built using WebRTC, Nodejs and Some Developer Love :)
https://github.com/krishnaclouds/webrtc-video-chat
ejs express nodejs socket-io soket webrtc webrtc-call webrtc-experiments webrtc-signaling webrtc-video
Last synced: 11 days ago
JSON representation
A Video Chat Application built using WebRTC, Nodejs and Some Developer Love :)
- Host: GitHub
- URL: https://github.com/krishnaclouds/webrtc-video-chat
- Owner: krishnaclouds
- License: mit
- Created: 2018-03-25T11:41:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-07T06:03:21.000Z (2 months ago)
- Last Synced: 2024-12-07T07:17:32.212Z (2 months ago)
- Topics: ejs, express, nodejs, socket-io, soket, webrtc, webrtc-call, webrtc-experiments, webrtc-signaling, webrtc-video
- Language: JavaScript
- Size: 72.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Video Chat App built with WebRTC
### A video chat Application built to demonstrate the power of *WebRTC*
----
## __Installation__
```javascript
git clone https://github.com/krishnaclouds/webrtc-video-chat.gitnpm install
npm start
```
## __Usage__> Client can be accessed at localhost:9000
## __TODO__
1. [x] Basic Project Setup
1. [ ] Explore and Implement Media Stream API
1. [ ] Implement RTCPeerConnection
1. [ ] Setup Signalling Server
1. [ ] Implement RTCDataChannel for messages
1. [ ] Brushup the project and deploy