S
S
Sergey Doniy2014-06-27 15:43:06
Node.js
Sergey Doniy, 2014-06-27 15:43:06

Node.js framework similar in features to yiiframework php?

Hello, relatively recently I became interested in node.js, using for all site tests that I do for myself, while I am studying this technology, express and some ready-made solutions for individual tasks. From the habit of using Yii in Php, I'm used to the fact that Yii contains all the necessary tools to reduce development time - generators of forms, models, CRUD, etc., and most importantly - a sufficient number of widgets, which greatly simplify life and save time. But I did not see anything like this on node.js. I've certainly read about Jii - a project that tries to translate Yii to Node.js, but it's still far from ideal, to put it mildly. I didn’t find anything like that (or maybe I just don’t quite understand what to look for).
In general, the requirements that I would like to see in the node.js framework:
1. Code generators
2. Interaction out of the box with various DBMS and cache systems (Redis or Memcache)
3. Fast routing
system 4. Convenient model management system (validation, saving, deleting, searching, ability to define relays, query builder)
And most importantly - Availability of a stable release.
I once read a message from Yoskaldyr on the forum.nodejs.ru/index.php/topic,3335.0.html forum:
"That is, before using a node always and everywhere, you must be fully aware that sometimes you will have to ordinary things to do from scratch, which have long been in other platforms."
Or perhaps there are some alternatives that are able to implement the basic required application components that I wrote about in the requirements.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Konstantin Kitmanov, 2014-06-27
@doniys_a

Probably the most "frequent" node-framework at the moment is sails.js .

V
Vladimir Kozhin, 2015-06-25
@affka

Not yet a "bullet", but we are striving for this - www.jiiframework.ru
Articles on Habré about it - habrahabr.ru/users/affka/topics

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question