Nautilus
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.
- 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 ORM in MongoDB
- JTS for fast, minimal server-side templates
- Lusca for security middleware
- Winston for logging