LiteRT/HTTP
A simple HTTP server based on LiteRT framework.
Requirement
- TypeScript v2.6.1 (or newer)
- Node.js v8.0.0 (or newer)
Installation
Install by NPM:
npm i @litert/http --save
Or install the developing (unstable) version for newest features:
npm i @litert/http@dev --save
Document
简体中文版
License
This library is published under Apache-2.0 license.