Skip to content

kylef-archive/Frank-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World

This is a simple Swift Hello World website using the Frank web framework.

Usage

$ swift build --configuration release
$ ./.build/release/Hello
Listening on 0.0.0.0:8000

Deployment

This example can be deployed to Heroku using the heroku-buildpack-swift.

Click the button below to automatically set up this example to run on your own Heroku account.

Deploy to Heroku

Options

$ ./.build/release/Hello --help
Usage:

    $ ./.build/release/Hello

Options:
    --bind
    --workers
$ ./.build/release/Hello --bind 127.0.0.1:8080

About

Example Swift web application using the Frank web framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages