Skip to content

Instantly share code, notes, and snippets.

@hhariri
Created August 17, 2014 21:13
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 hhariri/9273558541de305b8081 to your computer and use it in GitHub Desktop.
Save hhariri/9273558541de305b8081 to your computer and use it in GitHub Desktop.
val appServer = AppServer()
appServer.get("/", {
response.send("Hello!")
}
appServer.start() // port 3000 default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment