Elixir Web Framework targeting full-featured, fault tolerant applications with realtime functionality

The Phoenix Framework is a web framework built on elixir to build html5 apps, APIs and distributed applications. Phoenix implements the server-side MVC pattern and is similar to ruby-on-rails and django.
Phoenix comes with built-in WebSockets called channels, allowing Phoenix projects to be faster than a single-page application: only needed changes are sent over the network and put into the DOM.