Package Exports
- kazana-server
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (kazana-server) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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 git@github.com:eHealthAfrica/kazana-server.git
cd kazana-server
npm install
npm testTest
npm testCredit
Brought to you by eHealth Africa — good tech for hard places.