@litert/[email protected]
该文章根据 CC-BY-4.0 协议发表,转载请遵循该协议。
本文地址:https://fenying.net/en/project/litert/televoke/v1.0.1/
@litert/televoke
is a RPC library for NodeJS, written in TypeScript.
The version v1.0.1
is a refactored version of the library, added the televoke/2
protocol support, introducing WebSocket and LwDFX protocols as transport protocols.
Installation
1npm install @litert/televoke@^1.0.1
v1.0.1 CHANGELOG
- refactor: Refactored the whole library to make it more user-friendly.
- remove: Removed the TCP transport protocol support of
televoke/1
, and only kept the http/https transport protocol compatibility support. - feat: Added the
televoke/2
protocol support, introducing WebSocket and LwDFX protocols as transport protocols.