Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balazs4/servus
http server with built-in auto refresh on file changes
https://github.com/balazs4/servus
development html http-server live-reload
Last synced: 2 days ago
JSON representation
http server with built-in auto refresh on file changes
- Host: GitHub
- URL: https://github.com/balazs4/servus
- Owner: balazs4
- License: unlicense
- Created: 2024-03-27T08:45:21.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T13:47:24.000Z (6 months ago)
- Last Synced: 2024-10-04T18:41:49.551Z (4 months ago)
- Topics: development, html, http-server, live-reload
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# servus
> HTTP server with built-in automatic refresh feature on file changes for developers.
## usage
```sh
servus # watches current directory (non-recursive)
servus `git ls-files` # watches all files in git repository
PORT=4269 servus # set custom port number
```## install
```sh
GOPROXY=direct go install github.com/balazs4/servus
```or download [pre-built binary](https://github.com/balazs4/servus/releases).
## license
see [license](./license)
## author
balazs4