@litert/televoke
Version:
A simple RPC service framework.
42 lines (25 loc) • 1.25 kB
Markdown
# LiteRT/Televoke
[](https://www.npmjs.com/package/@litert/televoke "Stable Version")
[](https://github.com/litert/televoke/blob/master/LICENSE)
[](https://github.com/litert/televoke.js/issues)
[](https://github.com/litert/televoke.js/releases "Stable Release")
A simple RPC service framework.
## Installation
```sh
npm install @litert/televoke --save
```
## Requirements
- Node.js v18.x (Or newer)
- TypeScript v5.0.x (Or newer)
## Implemented Protocol
- `http/1.1` (televoke/1)
- `https/1.1` (televoke/1)
- `ws/wss` (televoke/2)
> [`@litert/websocket`](https://github.com/litert/websocket.js) package is required.
- `lwdfx/1` (televoke/2)
> [`@litert/lwdfx`](https://github.com/litert/lwdfx.js) package is required.
Check documents about `televoke/2` protocol [here](./docs/Televoke_v2.md).
## Documents
Preparing.
## License
This library is published under [Apache-2.0](./LICENSE) license.