top | item 44433831

(no title)

sammy0910 | 8 months ago

I built something that did this a bit ago

https://github.com/sstraust/simpleweb

discuss

order

sammy0910|8 months ago

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

simedw|8 months ago

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.

busssard|8 months ago

what does it do about javascript?