Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

execute node.js without using command prompt(either winform or javascript)?

I am Totally new to Node.js, i have a node app running, but now i need to execute the node.js program without using command prompt atall. It maybe through winform app(using vb.net) or using javascript.

Can somebody help me out on this?

Cheers Jeev

like image 790
jeev Avatar asked Apr 30 '26 22:04

jeev


1 Answers

I blogged about how to create a standalone EXE for NodeJS apps here:
http://www.alexjamesbrown.com/blog/development/create-a-standalone-exe-to-run-a-node-js-application

You're not really running the app through a separate app.
Node is an executable that runs the Javascript code - this just packages the required application, along with your code, to give the impression of it running standalone.

like image 163
Alex Avatar answered May 02 '26 13:05

Alex



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!