InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards. Learn more →
Top 10 JavaScript Serialization Projects
-
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
-
Project mention: Parquet-WASM: Rust-based WebAssembly bindings to read and write Parquet data | news.ycombinator.com | 2024-04-22
it's been about 3 years, but in Grafana at the time we were using something like ArrowJS + Arrow Flight + protobuf.js and then render the datasets into dashboards on Canvas, especially for streaming at ~20hz.
when i benchmarked the fastest lib to simply convert the protobuf decode (https://github.com/mapbox/pbf), it was 5x slower than native JSON parsing in browsers for dataframe-like structures (e.g. a few dozen 2k-long arrays of floats).
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
joss
JOSS can serialize almost every JavaScript data type and data structure, so data can be seamlessly exchanged between browsers and servers (Deno or Node.js).
-
yabson
YaBSON is a library allowing schemaless binary-encoded parsing/serialization of JavaScript data with a generator-based implementation
-
JavaScript Serialization discussion
JavaScript Serialization related posts
-
12 easy SEO Tips Every Developer Should Know
-
Eval("quire".replace(/^/,"re"))(moduleName)
-
How we reverse-engineered Google Maps pagination
-
Htmx, Rust and Shuttle: A New Rapid Prototyping Stack
-
XML is better than YAML
-
JSON vs. XML with Douglas Crockford
-
Question about compressing JSON in multiplayer position updates
-
A note from our sponsor - InfluxDB
www.influxdata.com | 16 Sep 2024
Index
What are some of the best open-source Serialization projects in JavaScript? This list will help you:
Project | Stars | |
---|---|---|
1 | store.js | 14,018 |
2 | protobuf | 9,845 |
3 | avsc | 1,268 |
4 | pbf | 794 |
5 | safe-json-value | 208 |
6 | vt2geojson | 124 |
7 | compactr | 101 |
8 | joss | 54 |
9 | yabson | 13 |
10 | is-json-value | 6 |