Uses hapi with most important plugins and dynamically detects your routes
- Supports Bluebird π¦ promises β
node install serverful
// Instantiate and start the server
const Serverful = require('serverful')
const server = new Serverful()
server.start()