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

Recent events

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

No events yet
zhymc

zhymc/jigsaw-rpc

jigsaw-rpc is an RPC framework written in TypeScript under Node.js

TypeScript
14
1
MIT License
wyattzheng's profile
wyattzheng
144 contributions
alonronin's profile
alonronin
1 contributions
lyjk-underdog's profile
lyjk-underdog
1 contributions

Support the dependencies of zhymc/jigsaw-rpc

Account's avatar
debug-js/debug
Lightweight debugging utility for Node.js and the browser
Account's avatar
binier/tiny-typed-emitter
Fully type-checked EventEmitter
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mocha
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
commitizen/cz-conventional-changelog
Commitizen adapter following the conventional-changelog format.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

jigsaw‑rpc is a lightweight, TypeScript‑based RPC framework for Node.js that uses the native UDP datagram API to provide fast, low‑latency remote‑method calls. It lets developers expose “ports” (methods) on a server‑side Jigsaw and invoke them from clients with a simple promise‑based API, while supporting middleware, load‑balancing, and custom routing—making it suitable for building high‑performance distributed services in JavaScript/TypeScript projects.