Hacker News new | ask | show | jobs
How can I improve this Node framework? (github.com)
1 points by jetupper 5072 days ago
2 comments

I'm a front end guy, but last week I decided to step out of my comfort zone and try building a Node.js framework.

It is probably full of flaws at the moment, but I'm all for learning.

Let me know what I did wrong, and where can I improve. Much appreciated. Cheers

Personally, depending on so many libraries is a turn off. Seems more like a collection of modules, than a framework. Also, hard to grasp how the MVC structure is wired. Example and test would be nice.