elixir and phoenix
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.