1.0.6 • Published 9 months ago

madejsfw v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

MADEJS

SIMPLE FRAMEWORK WITH NODE

import madejsfw from "madejsfw";
var app = madejsfw();

app.listen(5000,function () {
    console.log("app running with:", "http://localhost:" + 5000)})

app.get("/test",function (req,res) {
    res.json(200,'{"hoan":"deptrai"}')
})

Installation This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

If this is a brand new project, make sure to create a package.json first with the npm init command.

Installation is done using the npm install command:

$ npm install madejsfw

Made by TranVuHoan

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago