Skip to content

A static file server written in Swift using Hummingbird.

Notifications You must be signed in to change notification settings

BinaryBirds/swift-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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