2.0.2 • Published 2 years ago

anonim-server v2.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

2.0.1

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago