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.

Pusher Raises $1M From Heroku Founders And More To Bring Realtime Tech To Apps

29 pointsby dchsalmost 14 years ago

9 comments

absconditusalmost 14 years ago
I guess that real-time has lost its original meaning in computing.<p><a href="http://en.wikipedia.org/wiki/Real-time_computing" rel="nofollow">http://en.wikipedia.org/wiki/Real-time_computing</a>
评论 #2637227 未加载
colinsidotialmost 14 years ago
Fantastic. Pusher is an awesome product that eliminates the headaches associated with building a real-time product. I'll never build a chat with polling again. I use it for my website and haven't had any problems (well one, but it was mostly caused by my inexperience with rails)<p>The best part is the pricing, especially for startups. 20 concurrent users for free is a big number. Compare it to something like MailGun, and it seems like $20/month gets you a lot more value.
dualogyalmost 14 years ago
Quick question: for someone or a team already extremely well versed in Node.JS, HTML5 and Socket.io, where the core product is already real-time by design from the ground up (rather than a legacy HTML page-based experience that needs to be "up-realtime-d quickly") -- should they be looking into Pusher and how would it help them?<p>I really mean folks who diligently code their own server sides and client sides "completely" (utilizing OS libs of course) by themselves and work on a for-local-installation product that should not require www/online connectivity (think non-public intranet servers) to run its core real-time functions -- should they be looking at Pusher at all? Or is this "just a quick external JS lib to add a chat, drawing or puzzle game to your popular HTML 4 website"?
评论 #2637795 未加载
marknutteralmost 14 years ago
I've used Pusher on a couple apps and it was extremely simple and painless. However, I've found that it's not that much more difficult to roll my own real-time solution using juggernaut/socket.io/node.js. What I lose is the support, but what I gain is obviously the cost savings.
fictorialalmost 14 years ago
Pusher seems very expensive for the number of connections supported per tier.
评论 #2637422 未加载
mtwalmost 14 years ago
I see the founders are also doing <a href="http://new-bamboo.co.uk/" rel="nofollow">http://new-bamboo.co.uk/</a><p>if Pusher got funding, does that mean they have to leave new bamboo and panda?
评论 #2637186 未加载
intranationalmost 14 years ago
I work in the same office as the Pusher guys: they seem super bright and highly motivated. Very happy for the team!
评论 #2637306 未加载
samstokesalmost 14 years ago
Congratulations to Max, Damien and Martyn! Great team of highly intelligent people.
randallalmost 14 years ago
Anyone used both Pusher and NowJS?