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.

Show HN: Pushpin – a proxy server for adding push to your API

7 pointsby jkarnegesalmost 4 years ago

1 comment

jkarnegesalmost 4 years ago
Hi folks, I&#x27;m Justin, the lead dev on Pushpin and the founder of the company behind it (Fanout).<p>Previously on HN:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9005724" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9005724</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=5516568" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=5516568</a><p>Pushpin helps developers build APIs that push data. It’s a generalized version of what many companies end up developing when they need to build a push API. Companies like Twitter, Dropbox, Uber, and others all build custom proxies&#x2F;gateways (“stream server things” as I like to call them) for pushing data. Doing this is a lot of work, and none of these projects are reusable. Pushpin can be used to power any push API, for any project, at any organization.<p>I came up with the idea for Pushpin after working as CTO at a previous startup, where - you guessed it - we built a stream server thing.<p>Recently, we&#x27;ve made significant progress on performance. We&#x27;ve benchmarked over 1 million connections on a single server: <a href="https:&#x2F;&#x2F;github.com&#x2F;fanout&#x2F;pushpin-c1m" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;fanout&#x2F;pushpin-c1m</a>