0.0.32 • Published 2 years ago

hpress v0.0.32

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

HPress

A stupid microframework(?) which creates routes and enables an http server

const hpress = require("hpress");
const router = hpress.Router;

router.get("/", (request, response) => {
    response.send("Hello HPress!");
});

hpress.listen(2121, () => {
    console.log("Running on http://localhost:2121");
});

Please use express instead HPress, this package is only for my learning.\ I do not recommend using it in any case.

0.0.32

2 years ago

0.0.31

2 years ago

0.0.3

2 years ago

1.0.31

2 years ago

1.0.3

2 years ago

1.0.21

2 years ago

1.0.2

2 years ago

1.0.11

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago