How do I use node-ipc and express at the same time

300 views Asked by At

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!

0

There are 0 answers