Phoenix
Noun · Development
Definitions
A productive web framework for the Elixir language, built on the Erlang VM (BEAM). Known for LiveView (real-time server-rendered UIs without JavaScript), exceptional fault tolerance, and handling millions of concurrent connections.
In plain English: A web framework for the Elixir language that makes building real-time, highly reliable web apps surprisingly easy, handling massive numbers of users without breaking a sweat.
Example: "Phoenix LiveView lets us build real-time dashboards with zero custom JavaScript — the server pushes diffs over WebSockets."