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 holytiny/engine.io-parser

Account's avatar
Raynos/after
after - tiny flow control
Account's avatar
rase-/arraybuffer.slice
Exports a function for slicing ArrayBuffers (no polyfilling)
Account's avatar
niklasvh/base64-arraybuffer
Encode/decode base64 data into ArrayBuffers
Account's avatar
amitport/blob
Abstracts out Blob and uses BlobBuilder in cases where it is supported with any vendor prefix.
Account's avatar
darrachequesne/has-binary
A function that takes anything in javascript and returns true if its argument contains binary data.
Account's avatar
LearnBoost/expect.js
BDD style assertions for node and the browser.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
darrachequesne/socket.io-browsers
A reusable list of browsers to test when using defunctzombie/zuul
Account's avatar
defunctzombie/zuul
simple browser testing
Account's avatar
rase-/zuul-ngrok
An ngrok tunnel implementation for Zuul

Support the repos that depend on this repository

Top contributors

rauchg's profile
rauchg
56 contributions
darrachequesne's profile
darrachequesne
48 contributions
nkzawa's profile
nkzawa
10 contributions
grant's profile
grant
5 contributions
defunctzombie's profile
defunctzombie
3 contributions
rase-'s profile
rase-
3 contributions
billouboq's profile
billouboq
2 contributions
mattqs's profile
mattqs
2 contributions
danawoodman's profile
danawoodman
2 contributions
amitport's profile
amitport
1 contributions

Recent events

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

No events yet
holytiny

holytiny/engine.io-parser

Parser for the engine.io protocol, used by client and server

0
0
MIT License

engine.io‑parser is a lightweight JavaScript library that encodes and decodes the Engine.IO protocol packets and payloads, handling both text and binary data (Buffers, ArrayBuffers, Blobs, Base64). It’s used internally by the Engine.IO server and client (and thus by Socket.IO) and can run seamlessly in Node.js, browsers, or WebWorkers, making it useful for developers building real‑time communication layers that need the low‑level protocol handling.