A C++ native extension providing utilities for WebSocket, in NodeJS.
This module is an optional dependency of
@litert/websocket
, install it as you need.
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.
- Node.js v18.x (Or newer)
- TypeScript v5.0.x (Or newer)
This library is published under Apache-2.0 license.