Tuesday, 19 November 2019

Bring Node.js console window to the front

When running a Node.js app in a console, is there a way to bring the console window to the front programmatically, from within the app itself?

I am primarily interested in doing so in Windows, using the latest Node.js (v13 atm)

And if there is a package that can do so, that would be good enough.

Scenario

Running multiple Node.js consoles. When something important happens in one of them, bring the window up front. I haven't been able to find any library or example for it.



from Bring Node.js console window to the front

No comments:

Post a Comment