←back to thread

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

https://github.com/sstraust/simpleweb

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

5. 4b11b4 ◴[] No.44434086[source]
https://github.com/sstraust/simpleweb/blob/79294b461b2e67a24...

Not the answer to your question but here's the prompt

6. busssard ◴[] No.44434306[source]
what does it do about javascript?