I have a running sails.js application. It mostly uses models and its corresponding controllers with REST blueprint actions.
In addition, I need to expose a SOAP endpoint and I ended up using node-soap.
All the official examples are coded with express.
Has anyone known a way to integrate it?