I want that my sails.js application communicates with a php client. I've create a new dnode server service in sails.js for that. This service can start the dnode server. Currently I start the server with a controller by a request, but the server should always listen for clients. What is the right way to start the server as soon as I start sails.js, but only if the rest was fully charged?
Asked
Active
Viewed 763 times