3.0.0 • Published 7 years ago

ctrl-http-server v3.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

ctrl-http-server

Build Status Codacy Badge Codacy Badge

An abstraction around hapi.js.

Installation

Yarn is recommended for installation.

$ yarn add ctrl-http-server

But you can still use npm:

$ npm install --save ctrl-http-server

Usage

// Example app.js:

const CtrlHttpServer = require('ctrl-http-server')

const ctrlHttpServer = new CtrlHttpServer({port: 8080})

ctrlHttpServer.get('/route', (request, reply) => {
  reply('Hello, world!')
})

ctrlHttpServer.start()

Methods

Full documentation to come soon!

License

Copyright (c) 2016 Martin Experiments LLC

MIT (https://www.opensource.org/licenses/MIT)

3.0.0

7 years ago

2.2.0

7 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago