Sunday, 9 February 2020

Yii2 capabilities in Node frameworks and\or microservices

This question was already asked about 3 years ago, I wonder what is the answer in 2020.I developed some web applications using Yii2, and found its built-in capabilities such as CRUD generator including generating views, ACL, users management, etc. very convenient and reducing development effort significantly.I developed also backend using node & express and enjoyed it much more, however it was mostly rest api without the extra features that are built-in in Yii2, specifically with a very limited backend ui.I'm going to develop now new web app and would like to use node for it, however not sure if there is any good framework that has all these capabilities that I do need now, and will be as efficient as Yii2.Also, it seems that serverless & microservices are the common approaches these days for developing web apps, so I wonder if that can fit together with any framework and can give me the built-it capabilities I mentioned, so I won't have to "re-invent the wheel" and write for example service for users management.

Submitted February 09, 2020 at 07:31PM by tamirla

No comments:

Post a Comment