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: 12 months ago
JSON representation
A static file server, that will also serve brotli or gzip compressed files.
- Host: GitHub
- URL: https://github.com/mefechoel/comp-server
- Owner: mefechoel
- Created: 2018-12-24T14:40:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T19:46:59.000Z (almost 5 years ago)
- Last Synced: 2025-04-05T05:33:13.086Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 558 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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`).