televoke
v1.0.2
Published
A simple RPC service framework.
Downloads
5
Readme
LiteRT/Televoke
A simple RPC service framework.
NOTICES: There are no built-in TLS supports for the server-side, and if it's needed, please use a TLS gateway like NGINX, and put it in front of your Televoke server.
Installation
npm install televoke --save
Requirements
- Node.js v8.x (Or newer)
- TypeScript v3.7.x (Or newer)
Implemented Protocol
- http/1.1
- https/1.1
- tcp
Documents
Preparing.
License
This library is published under Apache-2.0 license.