Skip to content

Instantly share code, notes, and snippets.

@filipw
Created May 12, 2013 07:12
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 filipw/5562717 to your computer and use it in GitHub Desktop.
Save filipw/5562717 to your computer and use it in GitHub Desktop.
scriptcs quick start
//scriptcs -install scriptcs.webapi
var webApi = Require<WebApi>();
var server = webApi.CreateServer("http://localhost:8080");
server.OpenAsync().Wait();
Console.ReadKey();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment