Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nilportugues/websocket-react-example
Example on how to run Socket.io and ReactJS
https://github.com/nilportugues/websocket-react-example
Last synced: 11 days ago
JSON representation
Example on how to run Socket.io and ReactJS
- Host: GitHub
- URL: https://github.com/nilportugues/websocket-react-example
- Owner: nilportugues
- Created: 2017-09-12T11:30:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T22:51:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T20:25:40.846Z (18 days ago)
- Language: JavaScript
- Homepage: https://nilportugues.com
- Size: 1.78 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Websocket Server with React Server.
## How to run
- npm install
- npm run websockets (new terminal)
- npm run start (new terminal)
- Browse to localhost:3000## Tech
- reactjs
- socket.io
- socket.io client