@litert/[email protected]

该文章根据 CC-BY-4.0 协议发表,转载请遵循该协议。
本文地址:https://fenying.net/en/project/litert/websocket/v0.2.3/

@litert/websocket is a Websocket protocol implementation for NodeJS, developed using TypeScript.

This library supports both client and server Websocket protocol implementations, providing a simple and easy-to-use API.

安装

1npm install @litert/websocket@^0.2.3

v0.2.3 CHANGELOG

  • fix(connection): added default write-callback in case of missing uncaught exception.