3.1.1 • Published 5 years ago
tinyhost v3.1.1
tinyhost
Small wrapper around http for Node.js.
Features
- Lightweight
- Blazing fast
- 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
5 years ago
3.1.0
5 years ago
3.0.1
5 years ago
3.0.0
5 years ago
2.1.4
5 years ago
2.1.6
5 years ago
2.1.5
5 years ago
2.1.8
5 years ago
2.1.7
5 years ago
2.1.2
5 years ago
2.1.1
5 years ago
2.1.3
5 years ago
2.1.0
5 years ago
2.0.1
5 years ago
2.0.0
5 years ago
1.2.8
5 years ago
1.2.7
5 years ago
1.2.6
5 years ago
1.2.5
5 years ago
1.2.4
5 years ago
1.2.2
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago