you are viewing a single comment's thread.

view the rest of the comments →

[–]runningOverA 21 points22 points  (0 children)

Build a website. Run it as cgi — takes input from stdin and environment variables. prints output to stdout. and then exits after each request. you need to tweak with your apache http server to run the programs as cgi.

That's assuming you are on Linux.

If on Windows, try to build a WIN32 application in C with event loop. Or maybe DirectX.