OWIN and Katana
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
NancyFX - Hosting with OWIN
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
Microsoft.Owin.Host.SystemWeb
ServiceStack.Owin
FubuMVC.Katana
完整的一個項目 我推薦的是:
Jabbr.net: https://github.com/JabbR/JabbR
?
轉載于:https://www.cnblogs.com/dotLive/archive/2013/05/29/3106506.html
總結
以上是生活随笔為你收集整理的OWIN and Katana的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 浏览器本地存储的使用
- 下一篇: C++ 方法隐藏