Skip to content

Instantly share code, notes, and snippets.

@paulosuzart
Created July 19, 2010 00:18
Show Gist options
  • Save paulosuzart/480849 to your computer and use it in GitHub Desktop.
Save paulosuzart/480849 to your computer and use it in GitHub Desktop.
(import '(org.jtornadoweb HttpServer App$MainHandler Web$Application))
(.listen
(new HttpServer (.add (new Web$Application) "/" App$MainHandler) false nil false) 8089)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment