-
@litert/televoke
is a RPC library for NodeJS, written in TypeScript.Installation
1npm install @litert/televoke@^1.1.0
v1.1.0 CHANGELOG
-
feat(protocol): added experimental supports for transports between worker thread.
You can run Televoke servers in main thread or worker threads now.
-
feat(protocol): added feature flag properties for channel objects.
Now you can detect whether the server supports push messages and binary stream transport.
-
fix(protocol): simplified the ITransporter.end method.
-
fix(decoder): should decode protocol error as special error.
-
fix(protocol): put protocol-error code in server_internal_server data.
Read More -
-
@litert/televoke
is a RPC library for NodeJS, written in TypeScript.Installation
1npm install @litert/televoke@^1.0.3
v1.0.3 CHANGELOG
- fix(client): Set default
maxConnections
to100
fortelevoke/1
protocol clients. - fix(client): Emit
close
event when connection to server is closed.
Read More - fix(client): Set default
-
@litert/televoke
is a RPC library for NodeJS, written in TypeScript.The version
v1.0.1
is a refactored version of the library, added thetelevoke/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.
Read More