I built something that did this a bit ago
https://github.com/sstraust/simpleweb
something I found challenging when I was building was -- how do you make the speed fast enough so that it still creates a smooth browsing experience?
I'm curious how you tackled that problem
https://github.com/sstraust/simpleweb/blob/79294b461b2e67a24...
Not the answer to your question but here's the prompt
That's a cool project.
I think most of it comes down to Flash-Lite being really fast, and the fact that I'm only outputting markdown, which is fairly easy and streams well.
what does it do about javascript?
something I found challenging when I was building was -- how do you make the speed fast enough so that it still creates a smooth browsing experience?
I'm curious how you tackled that problem
https://github.com/sstraust/simpleweb/blob/79294b461b2e67a24...
Not the answer to your question but here's the prompt
That's a cool project.
I think most of it comes down to Flash-Lite being really fast, and the fact that I'm only outputting markdown, which is fairly easy and streams well.
what does it do about javascript?