2 रिपॉजिटरी
Processes data using the standard Web Streams API for interoperability with browser-based streaming patterns.
Distinct from Language Stream APIs: Distinct from Language Stream APIs: implements the W3C Web Streams standard, not a language-specific functional stream API.
Explore 2 awesome GitHub repositories matching data & databases · Web Streams API. Refine with filters or upvote what's useful.
Node.js is an open-source, cross-platform JavaScript runtime environment built on the V8 engine, designed for executing JavaScript code outside a web browser. It operates as a server-side JavaScript platform with an event-driven, non-blocking I/O architecture that enables building scalable network applications and web servers. The runtime integrates the CommonJS module system for synchronous module loading and the npm ecosystem for sharing and reusing packages. The platform provides comprehensive capabilities for web server development, including creating HTTP and HTTPS servers, managing HTTP
Implements the standard Web Streams API for interoperable data streaming across environments.
zip.js is a JavaScript library designed for creating, reading, and extracting ZIP archives directly within a web browser. It provides a comprehensive toolkit for managing compressed files and encrypted data storage entirely on the client side, eliminating the need for server-side backends or external dependencies. The library distinguishes itself by utilizing the Web Streams API and multi-core processing to handle large datasets efficiently. By offloading heavy compression and decompression tasks to background worker threads, it ensures that the browser interface remains responsive during int
Processes archive data in small chunks to handle massive files without exceeding the memory limits of the browser.