Introduction

Elixir’s robust concurrency model makes it a great candidate for backends for websites. But the Phoenix Framework lets us build APIs and web apps quickly and neatly.

Architecture

Like many other frameworks, Phoenix follows ModelViewController architecture.