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