https://github.com/shingt/swiftserverexamples
https://github.com/shingt/swiftserverexamples
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/shingt/swiftserverexamples
- Owner: shingt
- Created: 2015-09-27T07:25:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-21T00:08:26.000Z (over 10 years ago)
- Last Synced: 2025-03-24T11:13:31.119Z (over 1 year ago)
- Language: Swift
- Size: 453 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SwiftServerExamples
Server side application ([isucon5](https://github.com/isucon/isucon5-qualify)) implementations in Swift. Under development.
Note: Since I haven't figured out an easy way to connect to db in Swift only dummy data is used instead of real data..
## Usage
### Setup
```sh
pod install
carthage update
```
### Run
```sh
xcrun swift -F Carthage/Build/Mac -F Rome swifterServer.swift
# or
xcrun swift -F Carthage/Build/Mac -F Rome taylorServer.swift
```