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

 

路漫漫其修远兮 吾将上下而求索

my blog
标签:  owinkatanaweb apinancyfxsignalr
3
0
« 上一篇: [转]我的微软开源CMS-Orchard源码阅读之Orchard Data Migrations
posted @  2013-05-29 18:12  lu xu 阅读( 4805) 评论( 2编辑  收藏

  
#1楼   2014-03-31 11:13 |  _DN   
  
#2楼   2014-06-03 11:18 |  JRoger   
留一脚
相关文章
|
IDE Java Apache
OSGI+WebServices
OSGI+WebServices
113 0
|
开发框架 .NET 中间件
Startup/OWIN框架
因为没接触到OWIN框架直接去学.NET Core比较生硬,
187 0
|
Web App开发 Windows
Framework4.0 IIS7下urlrewriter设置问题
一、Web.config配置解决办法     直接在Web.config下 加入:    1.             2.                3.                                    说明:如果是IIS7 和 Framework 2.0时,不需要红色字体部分,把v4.0.30319改成对应的2.0的版本号。
1109 0
|
开发框架 .NET
Nancy 寄宿OWin
原文:Nancy 寄宿OWin   一:创建一个空项目   二:安装模板 Install-Package Nancy Install-Package Nancy.Owin Install-Package Microsoft.
988 0
|
Windows Go
Windows 10 (IIS 10)安装Microsoft Web Farm Framework Version 2.2 for IIS7问题
But I got an error message "iis version 7.0 or greater is required to install Web Farm Framework 2.2".
2208 0
|
容器 前端开发
AutoFac+ASP.NetMvc,AspNet.Core
ASP.Net.Mvc  引用 install-package autofac install-package Mvc5 //创建一个用于注册的对象 ContainerBuilder builder = new ContainerBuilder() //获取实现类的程序集 Assembly[] assembly = new Assembly[]{Assembly.
1029 0