High Performance
Phoenix leverages the Erlang VM, which is known for its low-latency and high-performance characteristics, making it ideal for real-time applications.
Scalability
Built on the Elixir language, Phoenix inherits the ability to handle many concurrent connections without sacrificing performance, facilitating easy scalability.
Real-time Functionality
Phoenix provides built-in support for WebSockets and channels, enabling real-time features like chat applications or live notifications with ease.
Fault Tolerance
Thanks to Erlang's design, Phoenix applications are highly fault-tolerant and can maintain uptime even when certain processes fail.
Productivity and Maintainability
Features like LiveView and a robust system of conventions can increase developer productivity by reducing boilerplate code and simplifying complex workflows.
Promote Phoenix Framework. You can add any of these badges on your website.
The usage of those supervisors create what we call a supervision tree, and it's what drives a lot of big frameworks such as Phoenix to provide fault-tolerant control and visualization for the process in your application, this give us much more control and performance while trusting the awesome Erlang VM. - Source: dev.to / over 1 year ago
I am a not-good-at-ui dev, meaning I _can_ build UIs pixel perfect if given some exact design files, but it is incredible hard for me to come up with things on my own. So whenever I build something that is not already defined fully by designers (like: most of the time), I have to use some UI component catalog like bootstrap and start assembling my UI based on the options there, at most I switch a theme file to... - Source: Hacker News / over 1 year ago
a few weeks a go I started to learn Elixir and Phoenix Framework. - Source: dev.to / over 2 years ago
Phoenix LiveViews works like that, and the HTML diffs are efficiently generated using some of Elixir (and Erlang) concepts. Granted, you have to learn a new language, but once you get it, it's really nice to work with. Source: over 2 years ago
There are key frameworks that are very mature in Elixirs such as Phoenix for web applications and Nerves for hardware. - Source: dev.to / almost 3 years ago
However, based on your concern with dev speed and the need for auth, validation, ORM, etc, I'd like to highly recommend the Phoenix framework. It's written in Elixir, Go's functional cousin, and is both fun and productive to use. Source: almost 3 years ago
Started playing with the Phoenix Framework and I have no idea what I'm doing, but it's nice to have that beginner feeling after 14 years in PHP, Python and JavaScript. - Source: dev.to / over 3 years ago
Definitely web development. Try learning something like Elixir with Phoenix. You could build an affiliate website with that. https://phoenixframework.org/. Source: over 3 years ago
If your primary use case is fast CRUD operations, with an MVC architecture - then I would recommend Spring in Java or Phoenix in Elixir. .NET might also be a good option here, although personally I am not a fan of it. I have been using Phoenix at work, and it is just amazing. Fast, simple, good project structure, the community is good but not as vast as other tools. - Source: dev.to / over 3 years ago
Doctave.com is primarily built on the Elixir language. Specifically the Phoenix Web framework. Some key parts of our stack however are built in Rust and in this post we'll examine the reasons why and how this works in practice. - Source: dev.to / over 3 years ago
This is like Hotwire, https://hotwired.dev/ or Phoenix https://phoenixframework.org/ , but for Python. - Source: Hacker News / over 3 years ago
Phoenix simplifies the process of working with websockets. Source: about 4 years ago
I enjoy IoT development using Elixir programming language, Nerves IoT platform and Phoenix web framework. It is so much fun. I was able to build a real-time temperature and humidity monitoring system for my living room. - Source: dev.to / about 4 years ago
Do you know an article comparing Phoenix Framework to other products?
Suggest a link to a post with product alternatives.
This is an informative page about Phoenix Framework. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.
Fast, reliable and easy to use web framework for Elixir.