1.1.6 • Published 7 years ago

the-controller-sign v1.1.6

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

the-controller-sign

Build Status npm Version JS Standard

Sign controller for the-server

Installation

$ npm install the-controller-sign --save

Usage

'use strict'

const { TheSignCtrl } = require('the-controller-sign')
const theServer = require('the-server')

async function tryExample () {
  let server = theServer({ /* ... */ })

  server.register(
    class extends TheSignCtrl { /* ... */},
    'some'
  )

  server.listen(3000)
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links

1.1.6

7 years ago

1.1.5

7 years ago

1.2.0

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago