Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 328 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 328 Bytes

Swift server

A static file server written in Swift using Hummingbird.

Install

One-liner:

git clone [email protected]:BinaryBirds/swift-server.git && cd swift-server && make install

Usage

swift server --port 3000 

swift server --path ./public 

swift server --hostname 0.0.0.0 --port 3000