Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T04:55:38.000Z (about 4 years ago)
- Last Synced: 2024-04-24T01:43:38.560Z (9 months ago)
- Topics: socket, socket-io, typescript
- Language: TypeScript
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- 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
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/cothema/reliable-socket-io-request/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/cothema/reliable-socket-io-request/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/cothema/reliable-socket-io-request/badges/build.png?b=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.**