Open Source Software for Elixir

Phoenix Framework Phoenix Framework

At its core, Phoenix is a rock-solid web framework that improves the tried and true Model-View-Controller (MVC) architecture with a fresh set of functional ideas. Phoenix puts the focus on your business domain, bringing you immediate productivity and long-term code maintainability. Versatility at your fingertips. The Phoenix Framework also provides the concept and implementation of LiveView, allowing you as a developer to build real-time application using the power of elixir and websockets.

Phoenix LiveView Phoenix LiveView

Phoenix LiveView enables rich, real-time user experiences with server-rendered HTML. LiveView is free and open-source tool built for the Elixir framework Phoenix. It allows you to use a declarative model to render HTML on the server over WebSockets with optional LongPolling fallback. It also comes with templating and change tracking, live form validation with upload support, rich integration API with the client with phx-click, phx-focus, phx-blur, phx-submit, and a phx-hook for the cases where you have to write JavaScript.