Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aramsemerjyan/sssexample
- Owner: AramSemerjyan
- Created: 2024-02-08T04:30:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-08T06:17:32.000Z (9 months ago)
- Last Synced: 2024-02-09T05:31:27.229Z (9 months ago)
- Language: Swift
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`