I am building an Sails.js app which would potentially have a single frontend worker and lots of backend workers.
These backend workers would not answer requests - they would process data for themselves, and store it for consumption by the frontend.
Is it possible to sails new an app without all the frontend scaffolding?
Yes, you have to use the command --no-frontend, for example:
sails new project --no-frontend
This will generate a project without the frontend scaffolding.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With