https://github.com/binarybirds/swift-server
A static file server written in Swift using Hummingbird.
https://github.com/binarybirds/swift-server
Last synced: 8 months ago
JSON representation
A static file server written in Swift using Hummingbird.
- Host: GitHub
- URL: https://github.com/binarybirds/swift-server
- Owner: BinaryBirds
- Created: 2023-06-30T14:18:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T20:55:33.000Z (almost 3 years ago)
- Last Synced: 2025-10-20T03:11:52.426Z (8 months ago)
- Language: Swift
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swift server
A static file server written in Swift using Hummingbird.
## Install
One-liner:
```shell
git clone git@github.com:BinaryBirds/swift-server.git && cd swift-server && make install
```
## Usage
```shell
swift server --port 3000
swift server --path ./public
swift server --hostname 0.0.0.0 --port 3000
```