I recently heard of hapi.js, which is described as a “rich framework for building applications and services, enabling developers to focus on writing reusable application logic instead of spending time building infrastructure.”
You can access its code and play with it from its Github repository here.
The initial commit for Hapi was on August 5, 2011 by Eran Hammer a member of WalmartLabs. From Eran’s words, “hapi was created around the idea that configuration is better than code, thatbusiness logic must be isolated from the transport layer…”
This is probably enough to get you started on your exploration of this framework.
More to come….