Ask HN: real-world examples of HTTP servers in Elixir?
https://news.ycombinator.com/item?id=19069237I need to develop some small frontend for internal use at my company and I have absolute freedom over the tech stack.
I decided to take this opportunity to learn Elixir.
The requirements of this project are very simple. I's a server which fetches some data from another HTTP API and uses it to render a bunch of HTML pages.
I'm following the Elixir tutorials on the official site. I would like at the same time to explore a real-world project that implements my requirements, to see what a complete working application would look like.
Do you know of any such open source repo? Thank you!