Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hailiang-wang/react-test-im
JavaScript Chat Client based on ReactJS, PeerJS, Koa.
https://github.com/hailiang-wang/react-test-im
im instant-messaging koa nodejs peerjs react
Last synced: 28 days ago
JSON representation
JavaScript Chat Client based on ReactJS, PeerJS, Koa.
- Host: GitHub
- URL: https://github.com/hailiang-wang/react-test-im
- Owner: hailiang-wang
- License: mit
- Created: 2017-03-10T03:18:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T03:19:45.000Z (almost 8 years ago)
- Last Synced: 2024-11-17T11:54:04.438Z (3 months ago)
- Topics: im, instant-messaging, koa, nodejs, peerjs, react
- Language: JavaScript
- Homepage: http://blog.mgechev.com/2014/09/03/webrtc-peer-to-peer-chat-with-react/
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.ReactChat.md
- License: LICENSE
Awesome Lists containing this project
README
Code from the tutorial at [blog.mgechev.com](http://blog.mgechev.com/2014/09/03/webrtc-peer-to-peer-chat-with-react/)
# Instructions
```bash
npm install
npm install -g bower
bower install
node index.js
open http://localhost:3001
```