Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 .
...
```