engine.io-parser
npmv5.2.3TypeScriptParser for the client for the realtime Engine
Adopt with care
engine.io-parser is usable, with caveats. Last published 790 days ago.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- DMaintenance: grade D, Poor — a real concern.
Last published 790 days ago.
- AWeight: grade A, Excellent.
Zero runtime dependencies, about 45 KB installed.
- ASupply chain: grade A, Excellent.
No install scripts, 2 maintainers, and a contained dependency surface.
- ALicense: grade A, Excellent.
MIT — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding engine.io-parser to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Compatibility
- Node.js
- node >=10.0.0
- Module format
- ESM + CommonJS
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the engine.io-parser README.
const parser = require("engine.io-parser");
const data = Buffer.from([ 1, 2, 3, 4 ]);
parser.encodePacket({ type: "message", data }, encoded => {
const decodedData = parser.decodePacket(encoded); // decodedData === data
});Dependencies
Declared by engine.io-parser v5.2.3. Runtime dependencies are installed with the package; dev dependencies are not.
Dev (1)
Used by
Popular packages that depend on engine.io-parser.
Relationship graph
Dependencies (left) and dependents (right) of engine.io-parser.
Frequently installed together
TypeScript definitions for ws
TypeScript definitions for node
Lightweight debugging utility for Node.js and the browser
A light-weight module that brings Fetch API to node.js
An HTTP/1.1 client, written from scratch for Node.js
Promise based HTTP client for the browser and node.js
Fast, unopinionated, minimalist web framework
Next generation testing framework powered by Vite
HTTP and HTTPS modules that follow redirects.
node.js realtime framework server
A JavaScript implementation of many web standards
Happy DOM is a JavaScript implementation of a web browser without its graphical user interface. It includes many web standards from WHATWG DOM and HTML.
Release history
No releases in the last two years, typically about 64 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 5.2.3latest | 2 years ago | 45 KB | MIT |
| 5.2.2 | 2 years ago | 45 KB | MIT |
| 5.2.1 | 3 years ago | 45 KB | MIT |
| 5.2.0 | 3 years ago | 41 KB | MIT |
| 5.1.0 | 3 years ago | 36 KB | MIT |
| 5.0.7 | 3 years ago | 30 KB | MIT |
| 5.0.6 | 3 years ago | 28 KB | MIT |
| 5.0.5 | 3 years ago | 28 KB | MIT |
| 5.0.4 | 4 years ago | 28 KB | MIT |
| 5.0.3 | 4 years ago | 24 KB | MIT |
| 5.0.2 | 4 years ago | 29 KB | MIT |
| 5.0.1 | 4 years ago | 28 KB | MIT |
| 5.0.0 | 5 years ago | 28 KB | MIT |
| 4.0.3 | 5 years ago | 17 KB | MIT |
| 4.0.2 | 5 years ago | 17 KB | MIT |
Overview
engine.io-parser is an npm package that parser for the client for the realtime Engine. It has 2 known dependents in the graph. The latest version is 5.2.3, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need parser for the client for the realtime Engine and value a focused solution.
When not to use it
Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.
Pros
- Ships TypeScript type definitions.
- Clear open-source license (MIT).
- Lean dependency tree (1 direct dependencies).
Cons
- No significant drawbacks detected from available metadata.
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Frequently asked questions
Should I use engine.io-parser?
engine.io-parser is usable, with caveats. Last published 790 days ago.
How do I install engine.io-parser?
Run `npm install engine.io-parser` to add engine.io-parser to your npm project.
What license is engine.io-parser released under?
engine.io-parser is distributed under the MIT license.
How popular is engine.io-parser?
npm does not publish download counts. Within PackageGraph's crawl, 2 known packages depend on engine.io-parser.
Is engine.io-parser still maintained?
The most recent release of engine.io-parser (v5.2.3) was published 2 years ago.
Does engine.io-parser run install scripts?
No. engine.io-parser does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.