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

  • Hi, author here.

    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/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)

    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.

    What do you think about it?