Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangpin34/one-one-chat
One to one chat demo base on WebRTC
https://github.com/wangpin34/one-one-chat
webrtc webrtc-demos
Last synced: about 1 month ago
JSON representation
One to one chat demo base on WebRTC
- Host: GitHub
- URL: https://github.com/wangpin34/one-one-chat
- Owner: wangpin34
- License: mit
- Created: 2017-10-25T04:15:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T05:42:26.000Z (over 7 years ago)
- Last Synced: 2024-11-10T19:45:49.356Z (3 months ago)
- Topics: webrtc, webrtc-demos
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# one-one-chat
This is a most simple chat demo based on WebRTC.## Get started
```
npm install
npm start
```
Dev script
```
npm run dev
```## LICENSE
MIT