Thursday 18 May 2017

What options are there for production ready web frameworks?

PHP/Laravel user here and I want to start using node to build apps.In a perfect world, I'd have at least these features:TypeScriptORMIt seems like my options areExpress - I'm leaning towards just using express and attaching an ORM. Are there database migration packages out there that actually build the database instead of just seeding it?Koa - Same deal as express but I have to plug even more things in, e.g. routingAdonis - This seems to be a Laravel remake in Node. Is anyone using this in production?What are you using?

Submitted May 18, 2017 at 06:03PM by nehero

No comments:

Post a Comment