TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How can I improve this Node framework?

1 pointsby jetupperalmost 13 years ago

2 comments

jetupperalmost 13 years ago
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.<p>It is probably full of flaws at the moment, but I'm all for learning.<p>Let me know what I did wrong, and where can I improve. Much appreciated. Cheers
floptikalalmost 13 years ago
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.