0

I'm learning Node JS. Going through node js in action, came to an example where cURL was being used as http client. Once the server started, I can't call cURL commands in cmd. How do I run them simultaneously ?

mrNasty
  • 3
  • 1
  • 4

1 Answers1

1

Just open a second command line prompt. If you are connecting to a server remotely you could open a second connection. You might also want to take a look at this: Node.js as a background service

Community
  • 1
  • 1
mgrstnr
  • 490
  • 1
  • 5
  • 23