3.1.1 • Published 4 years ago

tinyhost v3.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

tinyhost

npm version GitHub license GitHub code size in bytes

Small wrapper around http for Node.js.

Features

  1. Lightweight
  2. Blazing fast
  3. Well-documented

Usage

Download the package using npm i tinyhost before using it.

See the documentation here!

Example

const th = require("tinyhost")(3000);
th.request("GET", "/", (r, s) => s.write("Hello!"));

Found a bug? Want your feature to be considered? Make an issue!

3.1.1

4 years ago

3.1.0

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.1.4

4 years ago

2.1.6

4 years ago

2.1.5

4 years ago

2.1.8

4 years ago

2.1.7

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.3

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago