9

I have tried the nodejs with command prompt. And it is working fine. How can i try to nodejs output without command prompt in windows platform.

3
  • 1
    What do you mean? You can see the web pages in the web browser and code in any text editor you want. Commented Dec 14, 2011 at 12:51
  • Your question lacks clarity. Do you want to run Node.js as a service? Commented Dec 14, 2011 at 14:21
  • Check out runbg module on npm. Commented May 25, 2017 at 4:45

1 Answer 1

18

I assume you want to run Node.js as a service. You can use nssm: http://nssm.cc/

nssm.exe install sydjs-node c:\where-i-put-node-standalone\node.exe c:\code\SydJS\server.js
net start sydjs-node

Solution found here (I don't use node on windows =) ): http://blog.tatham.oddie.com.au/2011/03/16/node-js-on-windows/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.