Can I write Erlang modules in Phoenix?

76 Views Asked by At

Suppose I have a Phoenix webserver running with a bunch of routes and their corresponding handlers written in Elixir.

Can I add a new route path and write the corresponding handler in Erlang as a .erl file?

If not, what's the way to add a new handler written in Erlang into a Phoenix app?

0

There are 0 best solutions below