!! Phoenix (Webframework)

* Phoenix basiert auf der funktionalen "Elixier"-Programmiersprache und fungiert als fehlertolerantes und flinkes Webframework.
* https://www.phoenixframework.org/ (Homepage)
* >>\\
Try it now:\\
[Install the Elixir programming language|https://elixir-lang.org/install.html]
Install the Phoenix project generator and create your project

%%prettify 
{{{
mix archive.install hex phx_new
mix phx.new demo
}}}
/%

[See complete installation instructions|https://hexdocs.pm/phoenix/installation.html#content]\\
<<

[{Tag funktionaleProgrammierung ElixierProgrammierung}]