Is it a good idea to use Rust as the back-end and Elixir as the front-end in term of performance?

Answer: I’m gonna say no. Mostly because elixir is not a front end language. The Phoenix framework will let you serve up server side rendered pages. There have been a couple of blog posts about using turbolinks with Phoenix and it working extremely well. On the server elixir is quick. It is not ...