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: Abstract networking layer over multiple transports (JS)

1 pointsby lynxaegonover 4 years ago

1 comment

lynxaegonover 4 years ago
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?