https://github.com/litert/televoke.js
A simple RPC service framework.
https://github.com/litert/televoke.js
http json-rpc rpc tcp
Last synced: about 4 hours ago
JSON representation
A simple RPC service framework.
- Host: GitHub
- URL: https://github.com/litert/televoke.js
- Owner: litert
- License: apache-2.0
- Created: 2020-04-14T08:06:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-03-31T15:03:02.000Z (4 days ago)
- Last Synced: 2026-03-31T17:04:33.981Z (4 days ago)
- Topics: http, json-rpc, rpc, tcp
- Language: TypeScript
- Homepage:
- Size: 641 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.