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

https://github.com/dutchcoders/essw

ESSW stands for extreme-simple-static-webserver. A simple multiplatform static webserver to be used for testing static sites.
https://github.com/dutchcoders/essw

Last synced: 4 months ago
JSON representation

ESSW stands for extreme-simple-static-webserver. A simple multiplatform static webserver to be used for testing static sites.

Awesome Lists containing this project

README

        

essw
====

ESSW stands for extreme-simple-static-webserver. A simple static webserver to be used for testing static sites.

Usage
===

from source:
```
go run main.go
```

from release:
```
./essw
```

Parameters
====
* port: the port the server needs to listen on, defaults to 8080
* path: the path containing the static files, defaults to .