https://github.com/mschaeffner/react-redux-websocket-example
https://github.com/mschaeffner/react-redux-websocket-example
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mschaeffner/react-redux-websocket-example
- Owner: mschaeffner
- License: mit
- Created: 2018-01-23T08:25:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T03:16:11.000Z (over 8 years ago)
- Last Synced: 2025-01-09T01:47:53.359Z (over 1 year ago)
- Language: JavaScript
- Size: 138 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.