I want to use both node-ipc and express in the same script but each use blocking methods to start their respective servers. I saw the threads package but wanted to verify. What is best practice to run both servers at the same time?
Thanks!
I want to use both node-ipc and express in the same script but each use blocking methods to start their respective servers. I saw the threads package but wanted to verify. What is best practice to run both servers at the same time?
Thanks!