@nautilus/web

0.11.0 • Public • Published

Nautilus

Convention over configuration framework for Express.

What is it

The purpose of Nautilus is to provide a convention over configuration structure around an Express application to allow better maintainability and rapid prototyping of new apps.

While Nautilus is opinionated and borrows heavily from the conventions of other Express frameworks, there are a few things that it aims to do differently:

  • Wrap, don't re-invent. Wherever possible Nautilus will only wrap existing libraries and conventions rather than forcing an arbitrary new one that we think you should follow.
  • Don't bury the core in abstraction. In any hook you have access to the core Express application. It's not the "Nautilus" version of Express, it's just Express pure and simple. We're not trying to obscure Node and Express features that you already know and love, but rather give you a framework and remove some of the repetitive code you may typically write.
  • A starting point, not a comprehensive solution. You will still need to know how to Express to make a full application. Hopefully this just makes it a little bit easier!

Stack overview

  • Express for the web stuff
  • Socket.io for real-time communication
  • Mongoose for models and ODM in MongoDB
  • JTS for fast, minimal server-side templates
  • Lusca for security middleware
  • Winston for logging

Readme

Keywords

none

Package Sidebar

Install

npm i @nautilus/web

Weekly Downloads

1

Version

0.11.0

License

MIT

Unpacked Size

53.2 kB

Total Files

44

Last publish

Collaborators

  • ignigena