Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```