I am evaluating what to use for a simple web service. I have a c++ program that takes some queries and generates html pages.
How do I call this executable from a server I am writing in javascript?
If there is a better tool for the task, suggestions are welcome.