Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aramsemerjyan/sssexample

Swift Server Side example
https://github.com/aramsemerjyan/sssexample

Last synced: about 10 hours ago
JSON representation

Swift Server Side example

Awesome Lists containing this project

README

        

Swift server side example

To start please run this command:

`swift build`

`swift run`

You can configure external url with option `--polis-url`:

`swift run sssexample --polis-url URL`

You can configure folder name where json files are saved with option `--json-folder-dir`:

`swift run sssexample --json-folder-dir FOLDER_NAME`

You can configure host name with option `--host`:

`swift run sssexample --host HOST_NAME`

You can configure port name with option `--port`:

`swift run sssexample --port PORT`