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

https://github.com/proton/simple-react-chat

Simple socket.io and react-based chat
https://github.com/proton/simple-react-chat

Last synced: 3 months ago
JSON representation

Simple socket.io and react-based chat

Awesome Lists containing this project

README

          

= Simple web chat implementation on React

How to run:

``` bash
yarn install
yarn run server
yarn run client
```

Then you can open `http://localhost:9090/` in your browser.