Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidbuck/angular-ngx-socket-io-example
Simple Angular Socket.IO example using ngx-socket-io
https://github.com/davidbuck/angular-ngx-socket-io-example
angular-10 ngx-socket-io socket-io
Last synced: 29 days ago
JSON representation
Simple Angular Socket.IO example using ngx-socket-io
- Host: GitHub
- URL: https://github.com/davidbuck/angular-ngx-socket-io-example
- Owner: DavidBuck
- License: mit
- Created: 2020-04-20T11:26:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T02:29:24.000Z (over 2 years ago)
- Last Synced: 2023-03-01T00:11:13.521Z (almost 2 years ago)
- Topics: angular-10, ngx-socket-io, socket-io
- Language: TypeScript
- Homepage:
- Size: 711 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Angular 10 ngx-socket-io Example
This is a simple Angular 10 Socket.IO example using [ngx-socket-io](https://github.com/rodgc/ngx-socket-io).
Run `npm run start` to start the server and the Angular client.
## Tools
- [ngx-socket-io](https://github.com/rodgc/ngx-socket-io)
- [socketio-client](https://github.com/socketio/socket.io-client)
- [socketio](https://github.com/socketio/socket.io)
- [Tailwind](https://tailwindcss.com)
- [ng-tailwindcss](https://github.com/tehpsalmist/ng-tailwindcss)## Versions
- [Version 1.1](https://github.com/DavidBuck/angular-ngx-socket-io-example/tree/v1.1) - Angular version 10.1.6.
- [Version 1.0](https://github.com/DavidBuck/angular-ngx-socket-io-example/tree/v1.0) - Angular version 9.1.1.