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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Abstract networking layer over multiple transports (JS)

1 点作者 lynxaegon超过 4 年前

1 comment

lynxaegon超过 4 年前
Hi, author here.<p>I created this lib from my own personal frustration. Every time I started a new project or a PoC, I required some sort of networking layer with some specific functionality: client&#x2F;server, p2p (via proxy), mesh, rpc, reconnect mechanism, custom auth, e2ee and most importantly to be able to run on browsers with a relatively low footprint (currently at: 24kb)<p>This library is still a work in progress, I know there is still much work to be done, but I wanted to ask for some feedback.<p>What do you think about it?