---
title: "bun-gridfs-storage"
description: "Store and stream large files in MongoDB from Bun."
date: 2025
language: en
canonical: https://aissamirhir.com/work/bun-gridfs-storage
source: aissamirhir.com
---
# bun-gridfs-storage

Store and stream large files in MongoDB from Bun.

- Kind: open source
- Status: live
- Year: 2025
- Built with: Bun, MongoDB, GridFS
- Source: https://github.com/nexus-aissam/bun-gridfs-storage
- npm: https://www.npmjs.com/package/bun-gridfs-storage

## Summary

A drop-in replacement for multer-gridfs-storage, rebuilt for Bun's request model. Powers the file module in my own backend framework.

- 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
