sailorjs
v0.4.6-c
Published
Components in the backend
Downloads
41
Maintainers
Readme
Sailor
![Gitter](https://badges.gitter.im/Join Chat.svg)
Components in the backend
Documentation | Changelog | Modules directory | Resources
Sailor is a Sails core fork that support extra features for create a custom backend based in modularize your code:
The most important features are:
- Packet the common logic of your applications in modules (like μservices) and load as npm package.
- Better multilanguage experience, clean error messages and definitely ready for use the responses in your frontend.
- Improve the way to serve assets, in special ready for production mode. Clustering and deployment by PM2.
- Handlebars as default template engine, with completely support for different layouts, partials and helpers.
Use specially Sailor if you want to:
- Focused on API backend and connect later with your frontend (Angular, Backbone, Ember, Atoms,..)
- Have a frontend App client and use the server for API or some static pages (as landing page).
- Reuse components and/or third API's and improve the timing of your projects.
For connect your backend and your frontend we recommended use Parrot.
Install
npm instal sailorjs -g
and later:
$ sailor
License
MIT © sailorjs