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

https://github.com/litert/node-ws-utils

A C++ native extension providing utilities for WebSocket, in NodeJS.
https://github.com/litert/node-ws-utils

websocket

Last synced: 3 months ago
JSON representation

A C++ native extension providing utilities for WebSocket, in NodeJS.

Awesome Lists containing this project

README

          

# LiteRT/WebSocket Utilities

[![npm version](https://img.shields.io/npm/v/@litert/ws-utils.svg?colorB=brightgreen)](https://www.npmjs.com/package/@litert/ws-utils "Stable Version")
[![License](https://img.shields.io/npm/l/@litert/ws-utils.svg?maxAge=2592000?style=plastic)](https://github.com/litert/node-ws-utils/blob/master/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/litert/node-ws-utils.svg)](https://github.com/litert/node-ws-utils/issues)
[![GitHub Releases](https://img.shields.io/github/release/litert/node-ws-utils.svg)](https://github.com/litert/node-ws-utils/releases "Stable Release")

A C++ native extension providing utilities for WebSocket, in NodeJS.

> This module is an optional dependency of `@litert/websocket`, install it as you need.

## Installation

By NPM directly:

```sh
npm install @litert/ws-utils --save
```

However, if you don't wanna install GCC/MAKE/PYTHON in your environment, you can install/build this module in another
environment (e.g. a docker container), and then copy it to your project.

## Requirements

- Node.js v18.x (Or newer)
- TypeScript v5.0.x (Or newer)

## License

This library is published under [Apache-2.0](./LICENSE) license.