Skip to content

Instantly share code, notes, and snippets.

@upamune
Created May 1, 2016 06:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save upamune/3d82bc5236c3efc739b29163076c44cd to your computer and use it in GitHub Desktop.
Save upamune/3d82bc5236c3efc739b29163076c44cd to your computer and use it in GitHub Desktop.
import Vapor
let app = Application()
app.get("/") { request in
return "Hello, World"
}
app.start(port: 8080)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment