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 joris-van-der-wel/jsonbird

Account's avatar
creationix/jsonparse
This is a pure-js JSON streaming parser for node.js
Account's avatar
nodejs/readable-stream
Node.js Streams, a user-land copy of the stream library from Node.js
Account's avatar
babel/babel-eslint
Custom parser for ESLint
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
gotwarlost/istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use ca
Account's avatar
jsdoc2md/jsdoc-to-markdown
Generates markdown API documentation from jsdoc annotated source code
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
Joris-van-der-Wel/mocha-sugar-free
Write mocha test cases without using globals or `this`. Browserify compatible. Mocha without the sugar.
Account's avatar
rvagg/through2
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise

Support the repos that depend on this repository

Top contributors

Joris-van-der-Wel's profile
Joris-van-der-Wel
36 contributions
dependabot[bot]'s profile
dependabot[bot]
1 contributions

Recent events

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

No events yet
joris-van-der-wel

joris-van-der-wel/jsonbird

JSON-RPC 2.0 client/server/peer for any reliable transport. Inter-process communication. REST. WebSocket. WebWorker. Out of order messages or in-order byte stream

JavaScript
12
1
No license

JSONBird is a versatile duplex‑stream library that lets you build JSON‑RPC 2.0 clients, servers, or peer‑to‑peer endpoints over any reliable transport (WebSocket, HTTP, TCP, Web Workers, in‑memory streams, etc.). It abstracts the transport layer, supports both object‑mode and raw‑JSON streaming, and provides features such as method registration, notifications, time‑outs, and automatic ping‑based health checks—making it ideal for developers who need flexible, bidirectional RPC communication in Node.js or browser environments.