Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericz99/video-chat-webrtc
Group Video Chat w/ Chat System | Similar to blackboard collaborate.
https://github.com/ericz99/video-chat-webrtc
nodejs reactjs simple-peer socket-io webtrc
Last synced: 9 days ago
JSON representation
Group Video Chat w/ Chat System | Similar to blackboard collaborate.
- Host: GitHub
- URL: https://github.com/ericz99/video-chat-webrtc
- Owner: ericz99
- License: mit
- Created: 2021-03-22T16:55:53.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T15:49:39.000Z (almost 4 years ago)
- Last Synced: 2024-11-30T04:24:22.837Z (2 months ago)
- Topics: nodejs, reactjs, simple-peer, socket-io, webtrc
- Language: JavaScript
- Homepage:
- Size: 346 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Euphoria - Video Chat App
Simple Group Video Chat w/ built in chat system. This application is similar to [Blackboard](https://www.cuny.edu/about/administration/offices/cis/core-functions/cuny-blackboard/).
## Usage
```sh
# running all start script
yarn run dev# running all build script
yarn run build```
## Technology
- [SimplePeer](https://github.com/feross/simple-peer)
- [SocketIO](https://socket.io/)
- [React](https://reactjs.org/)## Template Used
- [Lerna Workspace Template](https://github.com/ericz99/lerna-workspace-template)
## Stuff that doesn't work
- [ ] Muting / Camera Disabled
### Author
Eric Zhang
### Version
1.0.0
### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details