|
|
|
|
|
by jamie_ca
1272 days ago
|
|
I don't have a lot of direct experience, but one of the big draws is that by running on top of OTP you get a lot of stuff for free that you'd otherwise need to hit external dependencies for. Caching and background job management that usually see you pull in Redis are the common call-outs. Also, Phoenix LiveView is absolute voodoo magic the first time you experience it. |
|
Still I am not really sure that the tradeoff makes it worth against non-FP frameworks a la Rails.