V
V
vasIvas2015-08-21 14:24:29
Node.js
vasIvas, 2015-08-21 14:24:29

How to monitor server activity in the console?

Expressjs server, it is started using gulp. Is it possible to monitor the server in the same console where gulp is running, maybe there are some plugins for this? By "work" I mean, see who, what and from where asks the server? And perhaps this is important, but the code is written in phpstorm.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Prozorov, 2015-08-21
@vasIvas

After gulp starts the node process, the entire output of this process to OUTPUT will fall out to the console anyway.
UPD : we are talking about starting a node process with this gulpa task, which imitates the work of nodemon.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question