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

https://github.com/lvce-editor/web-socket-server


https://github.com/lvce-editor/web-socket-server

lvce-editor web-socket-server

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Web Socket Server

Wrapper module for `ws` for use in Lvce Editor.

### Usage

```js
import * as WebSocketServer from "@lvce-editor/web-socket-server";

// receive request object and socket from a parent
// process and upgrade the socket to a websocket
await WebSocketServer.handleUpgrade(request, socket);
```