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

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

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`