Questions tagged [node.js]

Node.js is an event based, asynchronous I/O framework that uses Google's V8 JavaScript engine.

From the Stack Overflow tag wiki for node.js:

Node.js is an event based, asynchronous I/O framework that uses Google's V8 JavaScript Engine.

253 questions
8
votes
1 answer

Node JS - get FQDN

How can I get the FQDN (Fully Qualified Domain Name) of the machine on which node is running? os.gethostname() is not sufficient, since it usually returns the unqualified DN, only. Same thing for dns.reverse(ip, callback) - assuming the ip is the…
jelmd
  • 349
  • 2
  • 8
3
votes
4 answers

Allowing people temporary access to my server to run a command

I am going to be in the middle of nowhere for 10 days later this summer. I have a service that needs to stay running and if there is a problem when I am gone, I want to give one or two trusted people access to be able to restart that service. The…
0
votes
1 answer

NPMJS Forever and Logfiles

Does Forever always have its own log file? I have the following process running: data: uid command script forever pid id logfile uptime data: [0] staff-intranet /usr/bin/node…
Chud37
  • 179