has created a library to support websites in C++ so far. Such a well-equipped library (large collection of classes) would be unbeatable by any VM or interpreter-based solutions. The same could be done in Object Pascal. It's just a matter of cost (time).
2 out of my 3 jobs were using websites created by Delphi code. One was Indy https webserver based, the other using commercial components "WebHub" which could run under both IIS and Apache.
I remember that at least since Delphi 5 you could create your own service. It used the Apache server at the time. I also tried to create a set of my own classes. But I'm stuck on CSS.
I have a question: did you use CSS and JavaScript? If so, how was it resolved? Were CSS and JS generated on the fly, buffered after generation, or maybe sent from previously prepared files?