kazana-server
v3.9.14
Published
hapi.Server wrapper to serve kazana apps and plugins
Downloads
25
Readme
kazana-server
hapi.Server wrapper to serve kazana apps and plugins
Usage
var startKazanaServer = require('kazana-server')
startKazanaServer('path/to/kazana-app-or-plugin', function (error, server) {
if (error) {
throw error
}
console.log('Server running at %s', kazana.info.uri)
})
Local setup and Testing
git clone [email protected]:eHealthAfrica/kazana-server.git
cd kazana-server
npm install
npm test
Test
npm test
Credit
Brought to you by eHealth Africa — good tech for hard places.