I have my program that when executed accepts user input. I want to run this as a service on a port on my Linux VM. How can I achieve this?
I would be connecting from my localhost/remote using netcat probably to connect to this listening service.
The programming language I have used is C++