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 ?
            Asked
            
        
        
            Active
            
        
            Viewed 77 times
        
    0
            
            
        - 
                    1Can't you just open another cmd...? – voithos May 22 '14 at 21:24
- 
                    I didn't know that. Sorry and it worked. – mrNasty May 22 '14 at 21:36
1 Answers
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
 
     
    