Skip to content

Latest commit

 

History

History
executable file
·
24 lines (20 loc) · 888 Bytes

README.md

File metadata and controls

executable file
·
24 lines (20 loc) · 888 Bytes

Node Server

NodeJS API server Scaffold

Built on:

  • hapi js framework
  • jwt authentication
  • sequelize ORM

Development version: 0.0.1 Build Status

Plugins

  • sqlizr - Sequelize plugin to load all models
  • glue - Server composer for hapi.js.
  • hapi-swagger -Swagger documentation engine.
  • glob - Match files using the patterns the shell uses.
  • hapi-auth-jwt2 - Secure Hapi.js authentication plugin using JSON Web Tokens (JWT).
  • plugo - Dynamically expose modules to hapi plugins from a given path
  • blipp - Simple hapi plugin to display the routes table at startup.
  • good - Hapi process monitor.
  • good-console - Console reporting for Good process monitor.
  • lab - Node test utility.
  • code - BDD assertion library.