https://github.com/davidbuck/react-socket-io-example
Simple React Socket.IO example
https://github.com/davidbuck/react-socket-io-example
react-17 socket-io
Last synced: 7 months ago
JSON representation
Simple React Socket.IO example
- Host: GitHub
- URL: https://github.com/davidbuck/react-socket-io-example
- Owner: DavidBuck
- License: mit
- Created: 2020-04-24T08:26:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T05:25:18.000Z (about 5 years ago)
- Last Synced: 2025-03-26T21:33:19.775Z (9 months ago)
- Topics: react-17, socket-io
- Language: JavaScript
- Homepage:
- Size: 295 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React Socket.io example
This is a simple React Socket.IO example.
Run `npm run start` to start the server and the React client.
## Tools
- [socketio-client](https://github.com/socketio/socket.io-client)
- [socketio](https://github.com/socketio/socket.io)
- [date-fns](https://www.npmjs.com/package/date-fns)
- [Tailwind](https://tailwindcss.com)
## Versions
- [Version 2.1](https://github.com/DavidBuck/react-socket-io-example/tree/v2.1) - Example using hooks. React version 17.0.1.
- [Version 2.0](https://github.com/DavidBuck/react-socket-io-example/tree/v2.0) - Example using hooks. React version 16.13.1.
- [Version 1.0](https://github.com/DavidBuck/react-socket-io-example/tree/v1.0) - Example using a class component. React version 16.13.1.