I would like to develop a web browser based interface that can be accessed locally and remotely for a C# console application. I would love this to be a light weight, self hosted app if possible (as long as that means it can be accessed over the web).
I am confused about the differences of
- Web API
- OWIN
- Katana
I started a Web API tutorial which led to an OWIN tutorial which led to a Katana introduction. I'm not sure now what is the right path.