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

https://github.com/t99/http-server-js

My own personal HTTP server library for NodeJS - written in TypeScript.
https://github.com/t99/http-server-js

http http-server https server typescript

Last synced: 11 months ago
JSON representation

My own personal HTTP server library for NodeJS - written in TypeScript.

Awesome Lists containing this project

README

          

# HTTP Server

My own personal HTTP server library for NodeJS - written in TypeScript.

### [Find @t99/http-server on NPM.](https://www.npmjs.com/package/@t99/http-server)

## Table of Contents

- [Installation](#installation)
- [Basic Usage](#basic-usage)
- [Documentation](#documentation)
- [License](#license)

## Installation

Install from NPM with

```
$ npm install --save @t99/http-server
```

## Basic Usage

Basic usage instructions here.

## Documentation

See the [wiki](https://github.com/T99/http-server-js/wiki) for full documentation.

## License

http-server-js is made available under the GNU General Public License v3.

Copyright (C) 2021 Trevor Sears