https://github.com/davidbuck/ionic-angular-socketio-example
Simple Ionic Angular Socket.IO example
https://github.com/davidbuck/ionic-angular-socketio-example
angular-10 ionic-5 socket-io
Last synced: 2 months ago
JSON representation
Simple Ionic Angular Socket.IO example
- Host: GitHub
- URL: https://github.com/davidbuck/ionic-angular-socketio-example
- Owner: DavidBuck
- License: mit
- Created: 2020-04-17T10:23:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T10:41:24.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T03:26:18.348Z (4 months ago)
- Topics: angular-10, ionic-5, socket-io
- Language: TypeScript
- Homepage:
- Size: 1.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ionic Angular Socket.IO Example
This is a simple Ionic Angular 10 Socket.IO example.
Run `npm run start` to start the server and the Angular client.
This version uses @ionic/angular 5.4.0 & @angular 10.2.0.
## Tools
- [socketio-client](https://github.com/socketio/socket.io-client)
- [socketio](https://github.com/socketio/socket.io)## Versions
- [Version 1.1](https://github.com/DavidBuck/ionic-angular-socketio-example/tree/v1.1) - Angular version 10.2.0.
- [Version 1.0](https://github.com/DavidBuck/ionic-angular-socketio-example/tree/v1.0) - Angular version 9.1.2.