🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

ctrl-http-server

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ctrl-http-server

An abstraction around hapi.js.

3.0.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

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)

Keywords

http

FAQs

Package last updated on 25 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts