1 Repo
Processing of multipart form data or raw request bodies as data streams for service actions.
Distinguishing note: Candidates focus on client-side encoding or specific bucket uploads; this is about the server-side processing of uploads as streams.
Explore 1 awesome GitHub repository matching web development · Stream-Based File Uploads. Refine with filters or upvote what's useful.
Moleculer is a Node.js microservices framework designed for building distributed systems. It functions as a distributed service broker, task orchestrator, and service mesh framework, enabling a decentralized architecture with built-in service discovery and load balancing. The project differentiates itself through a pluggable transport layer supporting protocols such as NATS, Redis, TCP, and Kafka, as well as a dedicated microservices API gateway that maps external HTTP and WebSocket requests to internal service actions. It includes built-in fault tolerance mechanisms, including circuit breake
Processes multipart form data and raw request bodies, transferring uploaded files to actions as streams.