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.
- Host: GitHub
- URL: https://github.com/maximilianmairinger/functionaladapter
- Owner: maximilianMairinger
- Created: 2024-01-06T20:28:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T23:26:26.000Z (over 2 years ago)
- Last Synced: 2025-03-12T19:38:15.284Z (over 1 year ago)
- Topics: adapter, functional, websocket, worker, ws
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/functional-adapter
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.