All work
Open sourceLive
bun-gridfs-storage
Store and stream large files in MongoDB from Bun.
- Status
- Live
- Year
- 2025
- Role
- Author
A drop-in replacement for multer-gridfs-storage, rebuilt for Bun's request model. Powers the file module in my own backend framework.
What it is
- Streams uploads straight into GridFS with no temp files
- Range requests for video and audio playback
- Same public API as the Node package it replaces