DEV Community

Discussion on: Moving from Laravel to another framework (django or express)?

Collapse
 
ohffs profile image
ohffs

Both plain node/express and django are worth learning - you'll probably be able to get something working with node/express is a pretty short time as you've already done Javascript. But you'll probably learn more new things trying out Django.

If you want something more 'full-fat' than plain node/express there is the Adonis javascript framework which might feel familiar from working with Laravel.

If you want to learn something very different you could look at Phoenix which uses the Elixr language.

Collapse
 
alejandro profile image
Alejandro

I had been reading about Phoenix - Elixr but I don't think it's already worth it for a production environment, maybe as a side project would be very cool to learn, definitely worth checking out.