At Build 2015 The Lesser Scotts have been showing how to create a Azure API App based on ASP.NET Web API 2 as Azure API App in Azure App Services. This post shows how to do it with an ASP.NET MVC 6 API (DNX beta 4).
When running a ExpressJS based API or Website, you may want to add new routes without restarting your ExpressJS host. Actually, adding routes to ExpressJS at runtime is pretty simple.