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.

GeddyJS: the original MVC Node framework adds Mongo-style queries for any DB

5 pointsby techwraithover 12 years ago

1 comment

techwraithover 12 years ago
Geddy added a ton of stuff for this release:<p>- Brand new Web site with extensive docs<p>- Removed models from geddy core, moved into Model project<p>- Removed utilities from geddy core, moved into Utilities project<p>- Removed router from geddy core, replaced with Barista<p>- Added view helpers<p>- Added model as a dependency<p>- Added utilities as a dependency<p>- Added barista as a dependency<p>- Added the geddy console command for CLI access to apps<p>- Added the geddy jake command to run Jake tasks in the app environment<p>- Added a ton of tests<p>- Fixed a ton of bugs