.net - 是否有 .NET FastCGI 库?

标签 .net fastcgi

我正在开发一个应该通过http接口(interface)的小型服务器。由于我希望它可以与不同的成熟 http 服务器一起使用,所以我选择了 FastCGI 作为通用接口(interface)。

现在我找不到实现 FCGI 接口(interface)并为我完成所有艰苦工作的(免费).NET 库。你认识一个吗?

最佳答案

参见 Mono.WebServer.FastCGI
https://github.com/mono/xsp/tree/master/src

还有一个 FastCGI 客户 这里:
http://sourceforge.net/projects/fcgidotnet/

FastCGI 规范在这里:
http://www.fastcgi.com/devkit/doc/fcgi-spec.html

您可以在此处找到符合 OWIN 的实现:
https://github.com/mzabani/Fos

此外,这些库也很有趣:

HyperFastCGI:
https://github.com/xplicit/HyperFastCgi

或者
https://github.com/gigi81/sharpfastcgi

或#cgi
https://github.com/wmeyer/SharpCGI

如果你需要更多关于 FastCGI CLIENTs 的例子,你可以看看这个 go library

https://github.com/tomasen/fcgi_client

关于.net - 是否有 .NET FastCGI 库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3075859/

相关文章:

.net - 完整的 .Net 中的 Entity Framework 核心?

c# - 为什么 List.BinarySearch() 除了 IComparer<T> 之外没有采用 Comparison<T> 的重载?

nginx - 在 Nginx 中使用 HHVM fastcgi 处理 fastcgi_param

apache - 如何配置 Munin-2.0.x 以在 Fedora 上使用 CGI(仅)生成内容?

c# - 为什么选择 System.Threading 而不是 BackgroundWorker?

c# - 在位图上绘制长字符串会导致绘制问题

.net - .NET 中的 Try-Catch-Continue

php并发请求卡住?

php - 当内容类型为 application/json 时,Nginx、fastcgi PHP 请求正文为空

perl - 如何在 Perl 和 FCGI 中设置 POST_MAX 限制