hyperfiddle

http://hyperfiddle.net
2018-01-16T15:06:03.000148Z

Hi @gcast welcome! Yes and coming soon!

2018-01-16T15:20:17.000669Z

Beta update: A couple more weeks. We want to resolve the lag before starting beta. Hyperfiddle should be as responsive as a Clojure REPL. Here is what we’re landing in prod soon: • Hyperfiddle is ported to CLJC and runs simultaneously in both browser (view) and JVM (api); • HTTP responses are served with cache-control:immutable; • Server uses hyperfiddle app data dependency graph to automatically partition data fetching for optimal cache hits. The theoretical performance limit is as fast as a static-site, since the server is smart, is able to inline, preload or optimistic push, and knows the app data dependency graph. We probably will not hit static-site-fast in practice for a while, but we’ve paved the way for it.