UNPKG

@litert/televoke

Version:
42 lines (25 loc) 1.25 kB
# LiteRT/Televoke [![npm version](https://img.shields.io/npm/v/@litert/televoke.svg?colorB=brightgreen)](https://www.npmjs.com/package/@litert/televoke "Stable Version") [![License](https://img.shields.io/npm/l/@litert/televoke.svg?maxAge=2592000?style=plastic)](https://github.com/litert/televoke/blob/master/LICENSE) [![GitHub issues](https://img.shields.io/github/issues/litert/televoke.js.svg)](https://github.com/litert/televoke.js/issues) [![GitHub Releases](https://img.shields.io/github/release/litert/televoke.js.svg)](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.