2.0.2 • Published 3 years ago

anonim-server v2.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

anonim-server

Simple express like http server written on top of clean node.js.

Expample usage:

const Server = require("anonim-server")
const app = new Server();

app.setConfig("jsonParser", true);

app.get("/get", async (ctx) => {
    ctx.sendJson({message: "hello world!"});
});

app.listen();
2.0.2

3 years ago

2.0.1

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago