Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidbuck/ionic-react-socketio-example
Simple Ionic React Socket.io example
https://github.com/davidbuck/ionic-react-socketio-example
ionic-5 react-16 socket-io
Last synced: 5 days ago
JSON representation
Simple Ionic React Socket.io example
- Host: GitHub
- URL: https://github.com/davidbuck/ionic-react-socketio-example
- Owner: DavidBuck
- License: mit
- Created: 2020-04-30T10:53:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T22:52:59.000Z (over 4 years ago)
- Last Synced: 2024-12-05T03:12:30.334Z (2 months ago)
- Topics: ionic-5, react-16, socket-io
- Language: TypeScript
- Homepage:
- Size: 219 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ionic React Socket.io Example
This is a simple [Ionic React](https://ionicframework.com/docs/react) Socket.io example.
Run `npm run start` to start the server and the Ionic 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)## Versions
- [Version 1.1](https://github.com/DavidBuck/ionic-react-socketio-example/tree/v1.1) - @ionic/react 5.4.1 & React 16.14.0.
- [Version 1.0](https://github.com/DavidBuck/ionic-react-socketio-example/tree/v1.0) - @ionic/react 5.1.0 & React 16.13.1.