0.0.7-1 • Published 4 years ago

@skuyjs/http-server v0.0.7-1

Weekly downloads
1
License
MIT
Repository
-
Last release
4 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

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago