QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: hpmoerk on March 19, 2019, 07:56:58 pm

Title: webserver to start qb64 program and interact
Post by: hpmoerk on March 19, 2019, 07:56:58 pm
i am thinking about writing some simple html pages and have them interact with qb64 programs.
but how to do that eludes me. guess the html would be served by IIs ? or what do you think would work ...

how can you pass form data to the program, and how to return a new html stream to the browser ?

Any ideas, or is this simply folly?

hpmoerk