Skip to content

lawsonoates/bun-file-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bun-file-server

A lightweight and fast file server built with Bun that allows you to serve and share files over your local network. Based on the Python http.server module.

Usage

# Serve current directory
bunx bun-file-server

# Serve specific directory
bunx bun-file-server /path/to/directory

# Serve specific port
bunx bun-file-server -p 3001

The server will start on port 3000 by default. You can access it at:


This project requires the Bun runtime.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published