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

https://github.com/softvisio-node/uws

uWebsocket.js re-packed
https://github.com/softvisio-node/uws

Last synced: over 1 year ago
JSON representation

uWebsocket.js re-packed

Awesome Lists containing this project

README

          

> :information_source: Please, see the full project documentation here:

# Introduction

Repacked version of [uWebSocket.js](https://github.com/uNetworking/uWebSockets.js).

## Install

```sh
npm install @softvisio/uws
```

## Usage

```javascript
import uws from "@softvisio/uws";
```