Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.**