/node-ws-utils

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

Primary LanguageC++Apache License 2.0Apache-2.0

LiteRT/WebSocket Utilities

npm version License GitHub issues GitHub Releases

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:

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.