https://github.com/cothema/reliable-socket-io-request
Reliable Socket IO handler with multiple queues support and clearance scenarios.
https://github.com/cothema/reliable-socket-io-request
socket socket-io typescript
Last synced: 4 months ago
JSON representation
Reliable Socket IO handler with multiple queues support and clearance scenarios.
- Host: GitHub
- URL: https://github.com/cothema/reliable-socket-io-request
- Owner: cothema
- License: mit
- Created: 2020-01-13T11:21:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T04:55:38.000Z (over 5 years ago)
- Last Synced: 2025-07-23T12:59:17.109Z (11 months ago)
- Topics: socket, socket-io, typescript
- Language: TypeScript
- Size: 21.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Reliable Socket IO request handler
[](https://scrutinizer-ci.com/g/cothema/reliable-socket-io-request/?branch=master)
[](https://scrutinizer-ci.com/g/cothema/reliable-socket-io-request/build-status/master)
Reliable Socket IO handler with multiple queues support and clearance scenarios.
## Installation
``` bash
npm install reliable-socket-io-request
```
## Usage example scenarios
- Angular client application with ng-socket-io pakcage
- Node.JS server application with socket.io package
## Contribution
**Feel free to send pull requests or create new issues.**