Live data display in C over HTML

113 views Asked by At

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

0

There are 0 answers