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

https://github.com/mefechoel/comp-server

A static file server, that will also serve brotli or gzip compressed files.
https://github.com/mefechoel/comp-server

Last synced: 3 days ago
JSON representation

A static file server, that will also serve brotli or gzip compressed files.

Awesome Lists containing this project

README

        

# comp-server

comp-server is a static file server.
It will serve compressed (gzip and brotli) js, css and html files, if they are present in static directory and if the requesting agent supports compressed files.

# usage

`comp-server [--port | -p]`

Starts the static server in the specified path (default: `'.'`) and port (default: `3000`).