https://github.com/zsqk/sserver
a static-content web server
https://github.com/zsqk/sserver
Last synced: 4 days ago
JSON representation
a static-content web server
- Host: GitHub
- URL: https://github.com/zsqk/sserver
- Owner: zsqk
- License: mit
- Created: 2022-07-26T07:49:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T07:43:50.000Z (almost 4 years ago)
- Last Synced: 2025-10-31T22:04:00.735Z (8 months ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sserver
a static-content web server
install:
`deno install --allow-net --allow-read https://raw.githubusercontent.com/zsqk/sserver/main/sserver.ts`
update:
`deno install --allow-net --allow-read -f https://raw.githubusercontent.com/zsqk/sserver/main/sserver.ts`
use:
`sserver --dir=/webroot`