KestrelHttpServer

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(指南)
(指南)
 
(未显示1个用户的6个中间版本)
第1行: 第1行:
 
KestrelHttpServer 是一个面向 [[ASP.NET Core]] 应用的 [[web server]],基于 [https://github.com/libuv/libuv libuv] 构建,采用 Apache v2 许可协议。
 
KestrelHttpServer 是一个面向 [[ASP.NET Core]] 应用的 [[web server]],基于 [https://github.com/libuv/libuv libuv] 构建,采用 Apache v2 许可协议。
 +
 +
==简介==
 +
KestrelHttpServer 已存档并成为 [[ASP.NET Core]] 的[https://github.com/aspnet/AspNetCore/tree/master/src/Servers/Kestrel 一部分] 不再单独开发维护。
  
 
==指南==
 
==指南==
 +
[[image:kestrel-to-internet2.png]]
 +
 +
[[image:kestrel-server.png]]
 +
 
[[image:ASP.NET-Core-Module.png]]
 
[[image:ASP.NET-Core-Module.png]]
  
 
==ASP.NET==
 
==ASP.NET==
 
[http://docs.huihoo.com/dotnet/aspnet/api/1.0.0/autoapi/Microsoft/AspNetCore/Server/Kestrel/index.html Microsoft.AspNetCore.Server.Kestrel Namespace]
 
[http://docs.huihoo.com/dotnet/aspnet/api/1.0.0/autoapi/Microsoft/AspNetCore/Server/Kestrel/index.html Microsoft.AspNetCore.Server.Kestrel Namespace]
 +
 +
==IIS==
 +
PM> Install-Package Microsoft.AspNetCore.Server.Kestrel
 +
 +
PM> Install-Package Microsoft.AspNetCore.Server.IISIntegration
 +
 +
[https://docs.microsoft.com/zh-cn/aspnet/core/fundamentals/servers/aspnet-core-module Kestrel with IIS]
  
 
==Nginx==
 
==Nginx==
 
KestrelHttpServer与[[Nginx]]的集成。
 
KestrelHttpServer与[[Nginx]]的集成。
 +
 +
[https://docs.microsoft.com/zh-cn/aspnet/core/publishing/linuxproduction Kestrel with Nginx]
 +
 +
==Apache==
 +
[https://docs.microsoft.com/zh-cn/aspnet/core/publishing/apache-proxy Kestrel with Apache]
  
 
==用户==
 
==用户==
第23行: 第42行:
 
[[category:web server]]
 
[[category:web server]]
 
[[category:ASP.NET]]
 
[[category:ASP.NET]]
 +
[[category:ASP.NET Core]]
 
[[category:E3.NET]]
 
[[category:E3.NET]]
 +
[[category:huihoo]]
 +
[[category:huigou]]

2022年4月1日 (五) 13:31的最后版本

KestrelHttpServer 是一个面向 ASP.NET Core 应用的 web server,基于 libuv 构建,采用 Apache v2 许可协议。

目录

[编辑] 简介

KestrelHttpServer 已存档并成为 ASP.NET Core一部分 不再单独开发维护。

[编辑] 指南

Kestrel-to-internet2.png

Kestrel-server.png

ASP.NET-Core-Module.png

[编辑] ASP.NET

Microsoft.AspNetCore.Server.Kestrel Namespace

[编辑] IIS

PM> Install-Package Microsoft.AspNetCore.Server.Kestrel

PM> Install-Package Microsoft.AspNetCore.Server.IISIntegration

Kestrel with IIS

[编辑] Nginx

KestrelHttpServer与Nginx的集成。

Kestrel with Nginx

[编辑] Apache

Kestrel with Apache

[编辑] 用户

  • Illyriad Games 制作的:Age of Ascent(崛起时代),是一款可以在装有现代浏览器的设备上运行的大型多人在线 (MMO) 史诗般 3D 空间游戏。 可以在 PC、笔记本电脑、手机和其他移动设备上玩此款游戏,无需安装任何插件。 该游戏使用 ASP.NET CoreHTML5WebGL、KestrelHttpServer 和 Microsoft Azure。

[编辑] 图集

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱