I have a moderately complex C program running on Linux, and I want to show some data from structures and some strings on a HTML page for live data presentation. I do have Boa Web Server running, but I can't think how to send the data to be displayed. Would I have to use CGI?
Thanks