https://github.com/erickwendel/processing-30gb-data-with-javascript-streams
Tutorial: How to read 30GB+ of JSON in the frontend without blocking the screen
https://github.com/erickwendel/processing-30gb-data-with-javascript-streams
javascript nodejs stream tutorial webstreams
Last synced: 6 months ago
JSON representation
Tutorial: How to read 30GB+ of JSON in the frontend without blocking the screen
- Host: GitHub
- URL: https://github.com/erickwendel/processing-30gb-data-with-javascript-streams
- Owner: ErickWendel
- Created: 2023-03-18T16:46:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T11:03:31.000Z (almost 3 years ago)
- Last Synced: 2024-04-15T04:12:28.463Z (almost 2 years ago)
- Topics: javascript, nodejs, stream, tutorial, webstreams
- Language: JavaScript
- Homepage: https://youtu.be/EexM7EL9Blk
- Size: 961 KB
- Stars: 43
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to read 30GB+ data in the frontend without blocking the screen - Webstreams 101
## About
Welcome, this repo is part of my [**youtube video**](https://youtu.be/EexM7EL9Blk) about **How to read 30GB+ data in the frontend without blocking the screen - Webstreams 101(en-us)**
First of all, leave your star 🌟 on this repo.
Access our [**exclusive telegram channel**](https://t.me/ErickWendelContentHub) so I'll let you know about all the content I've been producing
## Complete source code
- Access it in [app](./recorded/)

## Have fun!