Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xxlabaza/groovy-web-server
Groovy web HTTP server
https://github.com/xxlabaza/groovy-web-server
Last synced: 14 days ago
JSON representation
Groovy web HTTP server
- Host: GitHub
- URL: https://github.com/xxlabaza/groovy-web-server
- Owner: xxlabaza
- License: apache-2.0
- Created: 2016-02-08T10:31:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T10:31:24.000Z (almost 9 years ago)
- Last Synced: 2023-03-01T14:32:15.965Z (over 1 year ago)
- Language: Groovy
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Описание
HTTP сервер на **Groovy** для работы со статикой
Запуск:
```bash
$> ./server.groovy -h
usage: server.groovy [options]Options:
-h,--help Show usage information
-p,--port Set port to use. Default is 8080
-s,--source Declare source folder for static. Default is ./$> ./server.groovy -p 8080 -s ./
Started HTTP server on port 8080, from .
...
```