Reusing SailsJS + Waterline Models in Background Tasks
Its been a while since I first attempted to design a background tasks/workers pattern for my SailsJS app that would let me reuse my well defined... »
Its been a while since I first attempted to design a background tasks/workers pattern for my SailsJS app that would let me reuse my well defined... »
Update After this post was written I was introduced to Sails Hooks, which is a built-in but under-documented feature of SailsJS, which allows you to configure... »
Creating a Sails Application using Passport Authentication $ mkdir sails-passport-authentication $ sails new . $ sails generate user Populate the User model /api/models/User.js module.exports = {... »