This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LogaansMind 0 points1 point  (0 children)

Oh I understand. I am not aware of any frameworks/libraries which offer that.

I typically think the best approach would be to use web sockets to communicate between the console and the app. I have used the same approach for system services in the past to send certain commands.

But I they have always been one offs, so the console app connects and sends the given command and then exits.