DEV Community

Discussion on: Adonis JS the best Back-end framework

Collapse
 
astein profile image
astein

Hi! I wonder if you would still recommend to use Adonis JS a half year later. I'm faced with the decision to either use Laravel or Adonis for my next private project. I am looking for a framework that does most of the work (Authentication, ORM, ...) for me so that I can concentrate on the frontend part. Do you have any resources that I can use to get into AdonisJs? Thanks in advance 🙂

Collapse
 
sihamza profile image
Jouini Hamza

i moved to nest js it's a lot better in my opinion it uses typeorm ( easy relations ) anotation typescript easy way to make realtime apps , microservices and graphql you can chnage the http server from express to fastify , passport for auth it's really great the only thing meh about nest is some module configurations

Collapse
 
alphaolomi profile image
Alpha Olomi

Nice article here

The title of the post and this comment leave me in crossroads

Feb 24, 2020 - Adonis JS the best Back-end framework
Oct 20, 2020 - I moved to nestjs it's a lot better in my opinion

Another post would be nice giving an elaborate why the change, and mitigation to modules issue you mentioned in another post.