Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

lvce-editor web-socket-server

Last synced: 3 days 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);
```