Created
February 3, 2015 21:39
-
-
Save chris-brown/598a0010b43dcc605544 to your computer and use it in GitHub Desktop.
katana self hosting startup block
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using (WebApp.Start<Startup>("http://localhost:1234")) | |
{ | |
Console.WriteLine("Listening on port: 1234"); | |
Console.ReadLine(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment