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.

CoreJS: a new CoffeeScript web framework

11 pointsby vierover 13 years ago

2 comments

TrevorBurnhamover 13 years ago
Ryan Dahl (creator of Node) tweeted that "this looks pretty awesome": <a href="http://twitter.com/ryah/status/148659426897825792" rel="nofollow">http://twitter.com/ryah/status/148659426897825792</a><p>It looks very Rails-y with many sensible defaults (e.g. automatic CSRF for forms), but is quite a bit more lightweight. Making Redis a dependency is a smart choice; you need to store all session state, etc. outside of the process in order to cluster a Node app and take advantage of all cores.
steilpassover 13 years ago
No automatic tests?