Thursday, 1 March 2018

Interact via CLI with wunning node app.

Hi guys, I have a node-express app which I have running 24/7 providing REST services for other apps. I am trying to implement a feature toggle but I want to do it through the CLI. I have programmed the functions with commander.js but I need a way to communicate with the running node process and call the program I set with commander. How can I do this?If this is not possible, is there any JMX equivalent for node? So I can make modifications to the app in runtime.Thanks in advance!

Submitted March 01, 2018 at 10:58PM by PalomSage

No comments:

Post a Comment