0.0.7-1 • Published 5 years ago

@skuyjs/http-server v0.0.7-1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

@skuyjs/http-server

Http server framework for NodeJS

Installation

To install @skuyjs/http-server, run this command using terminal inside your project.

npm install @skuyjs/http-server

Usage

To use this framework, you can follow this example.

const Server = require('@skuyjs/http-server');
const server = new Server();

server.get('/', (req, res) => {
  res.send('hello');
});

server.listen(8080);

License

MIT

0.0.7-1

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago