有 .NET FastCGI 库吗?

2024-04-29

我正在开发一个小型服务器,应该通过 http 进行交互。因为我希望它可以与不同的成熟 http 服务器一起使用,所以我选择 FastCGI 作为通用接口。

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


请参阅 Mono.WebServer.FastCGI,网址为
https://github.com/mono/xsp/tree/master/src https://github.com/mono/xsp/tree/master/src

还有一个 FastCGICLIENT here:
http://sourceforge.net/projects/fcgidotnet/ http://sourceforge.net/projects/fcgidotnet/

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

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

此外,这些库也很有趣:


超快速 CGI:
https://github.com/xplicit/HyperFastCgi https://github.com/xplicit/HyperFastCgi

or
https://github.com/gigi81/sharpfastcgi https://github.com/gigi81/sharpfastcgi

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

如果您需要有关 FastCGI 客户端的更多示例,您可以查看这个 go 库

https://github.com/tomasen/fcgi_client https://github.com/tomasen/fcgi_client

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

有 .NET FastCGI 库吗? 的相关文章

随机推荐