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

https://github.com/mschaeffner/react-redux-websocket-example


https://github.com/mschaeffner/react-redux-websocket-example

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# react-redux-websocket-example

### start chat server
```
cd server
npm install
npm start
```
Server will accept websocket connections on port 8080.

### start chat client
```
cd client
npm install
npm start
```
Client UI can be seen on http://localhost:3000.