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

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.

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
```