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.
- Host: GitHub
- URL: https://github.com/litert/node-ws-utils
- Owner: litert
- License: apache-2.0
- Created: 2023-11-03T01:34:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-02-20T06:10:41.000Z (4 months ago)
- Last Synced: 2026-02-20T10:41:47.765Z (4 months ago)
- Topics: websocket
- Language: C++
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LiteRT/WebSocket Utilities
[](https://www.npmjs.com/package/@litert/ws-utils "Stable Version")
[](https://github.com/litert/node-ws-utils/blob/master/LICENSE)
[](https://github.com/litert/node-ws-utils/issues)
[](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.