https://github.com/litert/http.js
A simple HTTP server based on LiteRT framework.
https://github.com/litert/http.js
http-server litert
Last synced: 4 months ago
JSON representation
A simple HTTP server based on LiteRT framework.
- Host: GitHub
- URL: https://github.com/litert/http.js
- Owner: litert
- License: apache-2.0
- Created: 2017-09-14T06:13:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T09:36:25.000Z (almost 5 years ago)
- Last Synced: 2025-10-03T23:53:22.990Z (10 months ago)
- Topics: http-server, litert
- Language: TypeScript
- Size: 267 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# LiteRT/HTTP
[](https://www.npmjs.com/package/@litert/http "Stable Version")
[](https://www.npmjs.com/package/@litert/http "Development Version")
[](https://github.com/litert/http/blob/master/LICENSE)
[](https://nodejs.org/dist/latest-v8.x/)
[](https://github.com/litert/http.js/issues)
[](https://github.com/litert/http.js/releases "Stable Release")
[](https://github.com/litert/http.js/releases "Pre-Release")
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:
```sh
npm i @litert/http --save
```
Or install the developing (unstable) version for newest features:
```sh
npm i @litert/http@dev --save
```
## Document
### 简体中文版
- [v0.4.x](./docs/zh-CN/index.md)
- [v0.3.x](https://github.com/litert/http.js/blob/v0.3.1/docs/zh-CN/index.md)
- [v0.2.x](https://github.com/litert/http.js/blob/v0.2.3/docs/zh-CN/index.md)
## License
This library is published under [Apache-2.0](./LICENSE) license.