hyperfiddle

http://hyperfiddle.net
2018-02-02T16:32:02.000628Z

hi @gcast thanks for the question. Building a REST thing on ruby on rails has a lot of concerns that don’t matter. HTTP, status codes, content encoding, AJAX requests, network, batching and caching. Hyperfiddle abstracts over all that stuff. You think in terms of database queries and business logic and that’s it

2018-02-02T23:54:14.000287Z

Hyperfiddle is basically this https://github.com/oliyh/martian but visual and efficient and not coupled to http