TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

7 点作者 jkarneges将近 4 年前

1 comment

jkarneges将近 4 年前
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>