Shifting from javascript to elixir

Hello

We have been exploring pheonix framework. We wanted to know that if we can use the pheonix framework for some already existing projects using javascript and/or other languages?

Thanks

1 Like

Hi @renuka_mane27 welcome! Can you elaborate on what you mean by “use” here? Phoenix is a web framework for the Elixir programming language, which runs on the BEAM virtual machine. The BEAM does not execute javascript code, but like any backend server web framework you can serve up javascript that runs in the client’s browser.

I’d suggest just going through the intro guides to Elixir and Phoenix and go from there.

3 Likes