Ask HN: What do you think about Elixir and Phoenix for web/mobile app?
I’m new to elixir and phoenix but right off the bat it seems fantastic and a pleasure to code with. Is there anything that as a beginner might be useful to know? I’d like to use it as a backend for an iOS app in the future. I think particularly love the liveview feature in elixir.
10 comments
[ 2.8 ms ] story [ 34.7 ms ] threadElixir is quite new but Erlang, which it compiles to, is quite seasoned at least in programming years. That gives me confidence in terms of stability. I was able to spin up a basic real-time app in elixir in about an hour. Something that would’ve taken much longer in Django or rails. Never wanted to join an open source team before but I’m strongly considering making myself available to the phoenix team :)
https://world.hey.com/dhh/rails-7-will-have-three-great-answ...
LiveView is amazing but it seems it is coupled tightly with HTML (for now). Phoenix Channels seems like a great way to build a real-time back-end, and there are Swift clients out there.