Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

emersion's profile
emersion
29 contributions
magne4000's profile
magne4000
5 contributions
warren-bank's profile
warren-bank
3 contributions
fjf2002's profile
fjf2002
2 contributions
programmarchy's profile
programmarchy
1 contributions
edrex's profile
edrex
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
warren-bank

warren-bank/fork-net-browserify

'net' module for browserify, with a websocket server proxy

JavaScript
0
0
GNU General Public License v2.0

A lightweight polyfill that lets browser‑side JavaScript use Node’s `net` API. It replaces the native `net` module when bundling with Browserify/Webpack, routing TCP connections through a small WebSocket‑to‑TCP proxy server (`net-browserify-api‑proxy‑server`). The package is aimed at front‑end developers who need to make raw TCP connections from a web page—typically for testing, debugging, or integrating legacy protocols—by running the companion proxy server alongside their web app.