https://github.com/arojunior/node-react-redux-socketio
Some experiments with React and Socket.io working together
https://github.com/arojunior/node-react-redux-socketio
nodejs react redux socketio
Last synced: 3 months ago
JSON representation
Some experiments with React and Socket.io working together
- Host: GitHub
- URL: https://github.com/arojunior/node-react-redux-socketio
- Owner: arojunior
- Created: 2017-06-09T21:31:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T18:47:22.000Z (about 9 years ago)
- Last Synced: 2025-05-19T17:38:08.620Z (about 1 year ago)
- Topics: nodejs, react, redux, socketio
- Language: JavaScript
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node + React + Redux + Socket.io
Some experiments with React and Socket.io working together
### Start client (port 3000)
```shell
cd client && npm start
```
### Start server (port 3001)
```shell
cd server && npm start
```
The client opens a browser window automatically, and then you can open another one in the /manager route to see socket.io working when you click alarm button