0.1.0 • Published 6 months ago

@litert/ws-utils v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

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.

0.1.0

6 months ago