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.

Nodejitsu unveils: Flatiron web framework for node.js

13 pointsby nephicsover 13 years ago

5 comments

zeeoneover 13 years ago
Nice, lightweight framework, but the template system (Plates) seems weak. It only binds to DOM elements. This means two things: a) You always have to use HTML for all of your templates; b) You have to create a new DOM element for each variable. Example <div id="greet">Hello <div id="name">Batman</div></div> instead of <div id="greet">Hello <%= name %></div>
评论 #3220329 未加载
评论 #3218061 未加载
moominover 13 years ago
I think that's one of the most mobile hostile web pages I've seen in a while. Not really a great advertisement.
indexzeroover 13 years ago
It is live now. We had a lot of repositories to move over on Github. Held us up by about an hour.
netlemurdeover 13 years ago
this link should be on the website somewhere: <a href="https://github.com/flatiron" rel="nofollow">https://github.com/flatiron</a>
z_over 13 years ago
I don't know if it's intentional but it currently 404s and that is everything I expected from node.js.