Katana

What is Katana?

https://github.com/aspnet/AspNetKatana/wiki

Katana is a collection of projects for supporting OWIN http://owin.org with various Microsoft components.

Currently it includes OWIN support for System.Web and System.Net.HttpListener.

Also included is a OwinHost.exe for running self-host servers (like HttpListener) from the command line.

 

Nuget上找到的,和Katana相关的类库,目前(2019-01-31)都是以Microsoft.Owin开头的

https://www.nuget.org/packages?q=Tags%3A%22Katana%22

 

 

What is OWIN?

https://github.com/owin/owin/wiki/faq

OWIN defines a standard interface between .NET web servers and web applications.

The goal of the OWIN interface is to decouple server and application, encourage the development of simple modules for .NET web development,

and, by being an open standard, stimulate刺激,鼓舞,激励 the open source ecosystem of .NET web development tools.

 

https://docs.microsoft.com/en-us/aspnet/aspnet/overview/owin-and-katana/an-overview-of-project-katana

Katana Architecture

The Katana component architecture divides an application into four logical layers, as depicted below: host, server, middleware, and application.

The component architecture is factored in such a way that implementations of these layers can be easily substituted, in many cases, without requiring recompilation of the application.

 

 

ASP.NET - Getting Started with the Katana Project

 

 

 

 

作者:Chuck Lu    GitHub    
posted @   ChuckLu  阅读(424)  评论(0编辑  收藏  举报
编辑推荐:
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· DeepSeek 开源周回顾「GitHub 热点速览」
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
历史上的今天:
2018-01-31 Build website project by roslyn through devenv.com
2018-01-31 Configure environment variables for different tools in jenkins
点击右上角即可分享
微信分享提示