Hacker News new | ask | show | jobs
by stephengillie 2790 days ago
Last year, I wrote a small single-page app engine that takes a JSON representation of HTML, and writes it to the DOM to build the page in the browser. The entire app is described in one JSON document, so it's quick to download and needs no network to change pages. I'm slowly starting to develop it again. The demo site is still up (with a SPA builder) at https://sparational.com and you're welcome to suggest any improvements.
5 comments

Either masterful satire or, ahem, you may want to check your server.
Breaks without www: https://www.sparational.com/
Seems to break on browsers older than last week too.
You need to update your cname record so that www forwards.
The site doesn't load for me, but a very similar project is Jasonette: https://jasonette.com/

"Native app over JSON markup"

What problem is this solving?
Its working beautifully.