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.
- Host: GitHub
- URL: https://github.com/dutchcoders/essw
- Owner: dutchcoders
- License: mit
- Created: 2014-12-24T09:54:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-24T10:09:35.000Z (over 10 years ago)
- Last Synced: 2024-12-27T09:12:28.183Z (6 months ago)
- Language: Go
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .