An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# LiteRT/HTTP

[![npm version](https://img.shields.io/npm/v/@litert/http.svg?colorB=brightgreen)](https://www.npmjs.com/package/@litert/http "Stable Version")
[![npm version](https://img.shields.io/npm/v/@litert/http/dev.svg)](https://www.npmjs.com/package/@litert/http "Development Version")
[![License](https://img.shields.io/npm/l/@litert/http.svg?maxAge=2592000?style=plastic)](https://github.com/litert/http/blob/master/LICENSE)
[![node](https://img.shields.io/node/v/@litert/http.svg?colorB=brightgreen)](https://nodejs.org/dist/latest-v8.x/)
[![GitHub issues](https://img.shields.io/github/issues/litert/http.js.svg)](https://github.com/litert/http.js/issues)
[![GitHub Releases](https://img.shields.io/github/release/litert/http.js.svg)](https://github.com/litert/http.js/releases "Stable Release")
[![GitHub Pre-Releases](https://img.shields.io/github/release/litert/http.js/all.svg)](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.