litert / node-ws-utils

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Apache License 2.0


Languages

Language:C++ 56.9%Language:JavaScript 27.3%Language:Python 11.5%Language:Shell 4.3%