Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
messhias3545y@alexbrooklyn AdonisJS basically it's a Laravel.js, even the ORM it's very similar (they use the LucidORM which works like EloquentORM).
Take a look at documentation -> https://adonisjs.com/ -
@messhias I don't like Eloquent, I prefer a datamapper over active record, but I'll take a look, thanks!
-
Just what I needed actually.
Since our schools timetable system is absolute **** I guess I'll resort it and just podcast it. -
@messhias oh i never really stopped, but looking into other frameworks like actionherojs for more stripped down frameworks
-
messhias3545y@dakkarant I always testing stuff, my GitHub it's already has 92 repositories. And keep growing, I like to know the tools even it isn't so deeply to have options to choose once I need start a new project.
Related Rants
I start testing a new NodeJS framework for, I'm still quite of guy who doesn't like JavaScript in the backend (for me still a quite poor language for a lot of operations). But where I'm working now they use NodeJS (in a very pigsty way to be honest), so I decide to refactor and rewrite the application and start search about frameworks, I'm particularly huge fan of Laravel and PHP for web development and I found a framework called AdonisJS, it's amazing, the ecosystem is very stable and solid.
I start to apply some nice concepts also in the simple Todo List that I'm doing (repository pattern, resources controllers and etc).
I'm really like, you can check on my github profile https://github.com/Messhias/...
Someone is already used this framework for a real business application? I'm liking a lot to play with it.
rant
concepts
backend
patterns
nodejs
adonisjs