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

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

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.