I wrote this server for my best friend Ralph. It is a lightweight RESTful HTTP file-server, that serves HTTP requests with the contents of the file.
- Simple if you want to list a files from specific directory.
- Developers who need a quick back-end for prototyping and mocking.
Ralph is compiled for amd64 architecture and supports following operating systems: window, darwin (mac) and linux. Download latest release
./ralph-file-server -h
Usage of ./ralph-file-server:
-dir string
directory of static file to host (default ".")
-port string
port to serve on (default "8100")
-version
prints current version
./ralph-file-server -port=5454 -dir=/path/to/files/
For developing and contributing you need Golang 1.9.1 installed.