OWIN(Open Web Interface for .NET)是在.net的web server和web應用之間定義了一套規范.
Katana是微軟實現了OWIN的一個Web Server的項目
OWIN: 官網: http://owin.org/ 代碼:https://github.com/owin/
Katana:代碼:http://katanaproject.codeplex.com/
Google Group: .NET HTTP Abstractions
視頻:
The Katana Project - OWIN for ASP.NET
文章:
The future is now – OWIN and multi-hosting ASP.NET web applications
Owin, Katana and getting started
2013-5-27: What is katana and owin for asp net
2013-5-30: Getting up to speed with Katana
可以直接使用的框架:
Nancyfx: https://github.com/NancyFx/Nancy/
asp.net Web Api: http://www.asp.net/web-api
asp.net SignalR: http://www.asp.net/signalr
完整的一個項目 我推薦的是:
Jabbr.net: https://github.com/JabbR/JabbR