←back to thread

170 points bko | 2 comments | | HN request time: 0.323s | source
Show context
mike_ivanov ◴[] No.43650820[source]
BTW the demo app is broken: white screen with some Content-Security-Policy errors in the console.
replies(1): >>43652099 #
andersmurphy ◴[] No.43652099[source]
It's embedded in an iframe on the blog, you can always try example.andersmurphy.com to access the game directly.
replies(1): >>43652512 #
1. geokon ◴[] No.43652512[source]
Sorry, I'm not a webdev so I'm not sure how to check this - but how large is the final downloaded page? (HTML+JS) The inspector in Firefox says it's 20MB, which seems large. But maybe I'm looking at it wrong
replies(1): >>43652625 #
2. andersmurphy ◴[] No.43652625[source]
There's is not final download it's a streaming game. It's live multiplayer.

The initial bundle is 12kb (datastar + initial html + css). What you are seeing is the constant SSE connection streaming compressed data.

Are you behind a corporate proxy? Also what version of firefox? Because it's working fine on firefox for me?