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 of feross/simple-websocket

Account's avatar
debug-js/debug
Lightweight debugging utility for Node.js and the browser
Account's avatar
feross/queue-microtask
fast, tiny `queueMicrotask` shim for modern engines
Account's avatar
crypto-browserify/randombytes
random bytes from browserify stand alone
Account's avatar
nodejs/readable-stream
Node.js Streams, a user-land copy of the stream library from Node.js
Account's avatar
websockets/ws
Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js
Account's avatar
airtap/airtap
Run TAP unit tests in 1789+ browsers
Account's avatar
babel/babel-eslint
Custom parser for ESLint
Account's avatar
browserify/browserify
browser-side require() the node way
Account's avatar
Flet/prettier-bytes
augment pretty-bytes to make the output a little more readable (and a little less precise)
Account's avatar
mafintosh/speedometer
simple speed measurement in javascript
Account's avatar
standard/standard
JavaScript Standard Style
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

feross's profile
feross
267 contributions
greenkeeper[bot]'s profile
greenkeeper[bot]
11 contributions
DiegoRBaquero's profile
DiegoRBaquero
5 contributions
guanzo's profile
guanzo
5 contributions
yciabaud's profile
yciabaud
2 contributions
bsclifton's profile
bsclifton
1 contributions
jhiesey's profile
jhiesey
1 contributions
LinusU's profile
LinusU
1 contributions
samuelmaddock's profile
samuelmaddock
1 contributions
greenkeeperio-bot's profile
greenkeeperio-bot
1 contributions

Recent events

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

No events yet
feross

feross/simple-websocket

Simple, EventEmitter API for WebSockets

JavaScript
187
32
MIT License

simple‑websocket provides a tiny wrapper around the native WebSocket API that exposes a Node‑style `EventEmitter`/Duplex‑stream interface for sending and receiving text or binary data. It works both in browsers (via Browserify or a pre‑built script) and in Node.js, offering client and server classes, and is aimed at developers building real‑time web apps such as WebTorrent, chat apps, or any service that needs a simple, stream‑compatible WebSocket layer.