Show HN: Leptus – Erlang REST framework that runs on top of Cowboy web server
1–8 of 8 posts
Re: Show HN: Leptus – Erlang REST framework that runs on top of Cowboy web server
#2Re: Show HN: Leptus – Erlang REST framework that runs on top of Cowboy web server
#3Re: Show HN: Leptus – Erlang REST framework that runs on top of Cowboy web server
#4I'm curious what usage this saw 2014-2015, and what the current drive is to bring it back to life.
Re: Show HN: Leptus – Erlang REST framework that runs on top of Cowboy web server
#5I don't want to be a killjoy, but why do so many "REST frameworks" focus so much on the transport (HTTP) and not so much / or at all on tools to create and manage hypermedia representations (links, actions, domain objects)?
Re: Show HN: Leptus – Erlang REST framework that runs on top of Cowboy web server
#6I don't want to be a killjoy, but why do so many "REST frameworks" focus so much on the transport (HTTP) and not so much / or at all on tools to create and manage hypermedia representations (links, actions, domain objects)?
I actually had a plan (around 2015) to make a DSL for REST API generation/automation on top of Leptus. But I couldn't afford to work on it.
Keep it up ;)
Re: Show HN: Leptus – Erlang REST framework that runs on top of Cowboy web server
#7I don't want to be a killjoy, but why do so many "REST frameworks" focus so much on the transport (HTTP) and not so much / or at all on tools to create and manage hypermedia representations (links, actions, domain objects)?
(Arguments and counterexamples welcome, I've been looking for them for years).
Re: Show HN: Leptus – Erlang REST framework that runs on top of Cowboy web server
#8I don't want to be a killjoy, but why do so many "REST frameworks" focus so much on the transport (HTTP) and not so much / or at all on tools to create and manage hypermedia representations (links, actions, domain objects)?
Perhaps because hypermedia has yet to be proven useful? (Arguments and counterexamples welcome, I've been looking for them for years).
One example, that you find on HNs frontpage right now, is Solid ( https://news.ycombinator.com/item?id=18100895 ). Another example is Google's use of JSON-LD for meta data descriptions in HTML pages. And there is Mastodon, making use of vocabularies like ActivityPub.
The best example though, is HTML and your Browser of choice.