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.

Rapidly build command line apps with NodeJS

5 pointsby chrisoharaover 14 years ago

1 comment

mcnemesisover 14 years ago
node.js is another blessing to web-development like django was to me a while back - allowing me to hack interesting things in new ways, with smarter interfaces.<p>but one bonus i notice about node.js is the ability to even do tcp stuff using js and with callbacks! i hadn't done a lot of hobby-stuff with low-level server stuff, but node.js is helping me explore that area now.<p>what do others think? i hadn't used the other comet options available witn python and ruby implementations, but i think node.js leverages existing knowledge of ajax-aware devs.