I am new to the world of Node.js. But I tried some Node.js frameworks, such as Express.js, unfortunately, they did not meet my requirements.
Since I was born in PHP, I was looking for some structure similar to Symfony, CodeIgnitier, CakePHP, etc.
Basically, I'm not looking for a low-level structure that allows "only" routing, MVC support, and more or less everything.
What I would like to see in a strong framework for web applications is something like support for a template system, simple processing of HTML forms, user authentication, authoring, sessions, caching, emails, some low-level ORMs, etc. . (basically these are functions that have high-level PHP frameworks)
I know Node.js is a new technology, but is there any framework that goes that way? Do you know some releases? Or some groups (forums) where ppl creates and discusses something like this?
thank
source
share