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.

Node.js, redis, and resque

28 pointsby pgr0ssabout 15 years ago

2 comments

simonwabout 15 years ago
That's a pretty awesome trick. I've been playing around with Node.js for proxying a bit as well (see <a href="http://github.com/simonw/dogproxy" rel="nofollow">http://github.com/simonw/dogproxy</a> ) and I've run in to the same problem as this snippet - writing a full featured HTTP proxy is a bunch of work that I don't really want to do just for my little experiments. If anyone's looking for a neat project, writing a spec-compliant HTTP proxy library for Node.js that makes it easy to plug in additional functionality (like load balancing, rate limiting, caching etc) would be incredibly useful.
评论 #1157886 未加载
swombatabout 15 years ago
Very interesting, but it's far from having the features required for an actual web server. GET-only is very limiting, for obvious reasons, and I assume that this system of using a redis queue wouldn't work for file uploads without a lot of hackery? Or am I missing something?
评论 #1157603 未加载