https://github.com/evanpurkhiser/waitress
your files – served
https://github.com/evanpurkhiser/waitress
fileserver golang react
Last synced: 4 months ago
JSON representation
your files – served
- Host: GitHub
- URL: https://github.com/evanpurkhiser/waitress
- Owner: evanpurkhiser
- License: mit
- Created: 2017-11-06T09:19:41.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-09-16T02:09:21.000Z (9 months ago)
- Last Synced: 2025-09-16T03:24:58.399Z (9 months ago)
- Topics: fileserver, golang, react
- Language: TypeScript
- Homepage:
- Size: 1.48 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Your files – served
[](https://github.com/evanpurkhiser/waitress/actions?query=workflow%3Abuild)
Waitress is a small server that quickly serves up your files with style.

#### Features
- Pre-fetching deep listings
- Client-side fuzzy filtering
- Keyboard navigation
#### Building
```
$ make
$ dist/waitress -root $PWD
```
You can also quickly run it using docker
```
docker run -p 8000:80 -v $PWD:/data evanpurkhiser/waitress
```