Skip to content

A mini hapi server for static files and configurable routes -- for prototyping

License

Notifications You must be signed in to change notification settings

flmarques/proto-hapi-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proto-hapi-server

A mini hapi server for static files and configurable routes -- for prototyping

  • Add routes in directory "routes"
  • Add socketIo listeners in directory "listeners"

build and start

  • npm i
  • gulp
  • node start

check server :

configure this proto-hapi-server into another existing project :

  • copy the full directory "root-of-your-project/node_module/proto-hapi-server/server" into the project root directory.
  • then move the "root-of-your-project/server/server.js" into the project root directory.

About

A mini hapi server for static files and configurable routes -- for prototyping

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published