←back to thread

422 points simedw | 1 comments | | HN request time: 0s | source
Show context
sammy0910 ◴[] No.44433831[source]
I built something that did this a bit ago

https://github.com/sstraust/simpleweb

replies(3): >>44433872 #>>44433882 #>>44434306 #
sammy0910 ◴[] No.44433872[source]
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

replies(2): >>44433921 #>>44434086 #
1. simedw ◴[] No.44433921[source]
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.