Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 355 Bytes

File metadata and controls

10 lines (5 loc) · 355 Bytes

elixir and phoenix

https://elixir-lang.org/

https://www.phoenixframework.org/

Elixir is functional language, runs on Erlang VM. Erlang VM is very fast and has awesome concurrency and inter-process communication (called OTP - from Open Telecom Platform).

Phoenix is an easy-to-use web framework (using Elixir and Erlang VM) - very fast and scalable.