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

https://github.com/maximilianmairinger/functionaladapter

Wrap Adapter (for e.g. WS or Workers) communication into a function based interface.
https://github.com/maximilianmairinger/functionaladapter

adapter functional websocket worker ws

Last synced: over 1 year ago
JSON representation

Wrap Adapter (for e.g. WS or Workers) communication into a function based interface.

Awesome Lists containing this project

README

          

# Functional adapter

Wrap Adapter (for e.g. WS or Workers) communication into a function based interface.

> Please note that Functional adapter is currently under development and not yet suited for production

## Installation

```shell
$ npm i functional-adapter
```

## Usage

```ts
import functionalAdapter from "functional-adapter"

functionalAdapter()
```

## Contribute

All feedback is appreciated. Create a pull request or write an issue.