A collection of awesome things regarding Sails 1.0 framework.
- Mongster - Clustering for MongoDB, just easier.
- Whoops Monitor - Great tool for monitoring your apps.
- Prometheus - Provides Prometheus /metrics endpoint with stats.
- Sequelize - Sails.js hook to use sequelize ORM
- Cron - Sails hook for running cron tasks
- JSON Web Token - A sails hook for easily working with jsonwebtoken https://github.com/auth0/node-jsonwebtoken
- Autoreload - Sails JS hook to autoreload controllers and models when changed.
- Api Analytics - A Sails hook for logging detailed request metadata and monitoring your API.
- Micro Apps - Inject self-contained Micro-Apps into your Sails App using a hook. Each micro-app is a mini sails app that you can develop decoupled from your main apps, which you then inject using this util.
- Request Validate - Ultimate Request Validator Hook for SailsJS
This project is licensed under the MIT license - see the LICENSE.md file for details.