Skip to content

A kickass πŸ’ͺ web server πŸ™€ with all the bells πŸ”” and whistles ✨

License

Notifications You must be signed in to change notification settings

hfreire/serverful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

A kickass πŸ’ͺ web server πŸ™€ with all the bells πŸ”” and whistles ✨

JavaScript Style Guide Build Status Coverage Status Greenkeeper badge Version Downloads

Uses hapi with most important plugins and dynamically detects your routes

Features

  • Supports Bluebird 🐦 promises βœ…

How to install

node install serverful

How to use

Use it in your app

// Instantiate and start the server
const Serverful = require('serverful')

const server = new Serverful()
server.start()