M
M
ML2016-05-11 11:42:28
Node.js
ML, 2016-05-11 11:42:28

What is the best way to launch projects during development?

I don't know where to start. I found a tutorial on nodeJs when coding there is no difficulty. I know JavaScript plus I use dev, it seems to be clear.
The question is how to launch it.
Now I'm running through the console (I don't need to restart, I use the supervisor module)
I could use web-storm or visual studio.
The question is is this correct?
Previously, in web development, I used the openserver wamp platform and coded in php.
Now we need node for performance.
And there was no need to restart. Now, in order for everything to work, it is necessary that either cmd is open or (WebStorm / visual studio).
The essence of the question is how to keep the connection without open cmd or (WebStorm / visual studio)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vitaly Sivkov, 2016-05-11
@Sivkoff

forever , pm2 , running a process in the background , etc.

S
Sergey, 2016-05-11
Protko @Fesor

The essence of the question is how to keep the connection without open cmd or (WebStorm / visual studio)

you said yourself that you use supervisord

S
Super User, 2016-05-11
@sergeystepanov1988

Can be run as a service: https://www.npmjs.com/package/os-service

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question