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
sebastianseilund's profile
sebastianseilund
17 contributions
christian-fei's profile
christian-fei
3 contributions
maciek-codes's profile
maciek-codes
2 contributions
h4cc's profile
h4cc
1 contributions
kurimizumi

kurimizumi/node-json-websocket

A websocket version of json-socket

JavaScript
0
0
No license

Support the dependencies of kurimizumi/node-json-websocket

Account's avatar
caolan/async
Higher-order functions and common patterns for asynchronous code
Account's avatar
sitegui/nodejs-websocket
Basic server&client approach to websocket (text and binary frames)

Node JSON WebSocket (a fork of **json‑socket**) decorates Node’s native `net.Socket` with a simple JSON‑over‑WebSocket protocol. It lets client‑ and server‑side code send and receive arbitrarily‑sized JSON messages (or single‑use messages) using convenient `sendMessage`, `sendEndMessage`, and helper utilities, making it easy to build bidirectional, message‑oriented services over TCP or UNIX sockets. The library is aimed at Node developers who need a lightweight, plug‑and‑play way to exchange JSON data without dealing with low‑level framing.