I am new to node.js and strongloop.
After having tried out strongloop on windows , i could get one Application[REST Loopback service] associated to one running node instance[PID associated]. Starting another application on a different port starts another node process with a diffrent PID.
From production perspective would it make sense to have multiple node instances running for each REST API or should all the REST APIs be running on a single node instance?
I am not aware of the second approach, please suggest if this is achievable and makes sense?
Many Thanks, Wajid