0.3.0 • Published 7 years ago

toki-hapi-bridge v0.3.0

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

Toki-Hapi-Bridge

Allow the Toki project to be hosted on the hapiJS stack

This is a bridge designed to facilitate using parts of the Toki project on a hapi based server.

Lead Maintainer: Derrick Hinkle

npm version Build Status Known Vulnerabilities NSP Status

Example

const bridge = require('toki-hapi-bridge');
server = new Hapi.Server();

server.connection({
    host: 'localhost',
    port: 5000
});

return server.register(bridge);

More examples can be found in the examples document and the full api in the API documentation.

0.3.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.1

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago