|
|
|
|
|
by jetti
3094 days ago
|
|
It is in the same boat as Ruby was with Rails. One could argue that Rails made Ruby popular but mostly popular as a "web language". Phoenix is a great web framework but Elixir can do so much more by taking advantage of the OTP. I've used Elixir to get up and running with back end services that process data. Using OTP features such as GenStage it becomes easy to handle data as a pipeline. That said, most people who will move to Elixir will probably only use it with web dev and Phoenix. |
|