DEV Community

Discussion on: Introducing AdonisJS

Collapse
 
guledali profile image
guledali • Edited

Totally agree, like Michael Hartl building a twitter clone or some basic social network clone. Or even just a simple forum but where you can demonstrate the relationship and the associations between different models. Like how is table A connected to table C

About the comparison to NestJS, is not a web framework it does not concern itself with the view layer. It's like if using rails you have the routes, models and controllers that's basically Nest.JS

It's really really good for building API, but that's about it. You still have figure out how and where to render stuff.

Collapse
 
dcsan profile image
dc

So Adonis is more designed for server side rendering than an API for react etc. ?