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.
- Host: GitHub
- URL: https://github.com/t99/http-server-js
- Owner: T99
- License: gpl-3.0
- Created: 2021-09-21T20:39:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T00:13:47.000Z (about 4 years ago)
- Last Synced: 2025-02-10T17:18:02.416Z (11 months ago)
- Topics: http, http-server, https, server, typescript
- Language: TypeScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
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