Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wtrsltnk/ssf

Serve Static Files, a small app that will serve static files from the current working directory.
https://github.com/wtrsltnk/ssf

cpp http http-server system-io system-net

Last synced: about 12 hours ago
JSON representation

Serve Static Files, a small app that will serve static files from the current working directory.

Awesome Lists containing this project

README

        

# Serve Static Files (ssf)

When ssf.exe is run without arguments, it will serve static files from the current working directory on the port 8888. Open http://localhost:8888/ to visit the served files.

```
usage:
ssf.exe [] options

where arguments are:
which path to serve static files from? Default is current working directory.

where options are:
-p, --port on what should I be listing? Default is 8888
-?, -h, --help display usage information
```

## TODO

- ~~Make sure the correct ``Content-Type`` header is rerturned~~
- ~~Make sure binary files are supported~~
- ~~Add directory browsing~~

![Screenshot](screenshot.png)