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.

A template for setting up Node.js-backed web apps on EC2

42 pointsby tonysknabout 14 years ago

2 comments

elliottcarlsonabout 14 years ago
Personally, I put our main node.js based app behind nginx which is behind varnish. Varnish caches any get requests, Nginx balances multiple instances of our app running (currently 5 instances) as well as handles x-sendfile requests.
评论 #2359678 未加载
cemetricabout 14 years ago
Nice, I'm writing up about EC2 as well, though in a different context ... I'm very fond of it too (for these small projects).