是否有.NET FastCGI库? [英] Is there a .NET FastCGI library?

查看:84
本文介绍了是否有.NET FastCGI库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

I'm developing a small server that is supposed to interface via http. As I want it to be usable with different mature http servers, I have chosen FastCGI as the common interface.

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

Now I can't find a (free) .NET library that implements the FCGI interface and does all the hard work for me. Do you know one?

推荐答案

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

See Mono.WebServer.FastCGI at
https://github.com/mono/xsp/tree/master/src

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

There's also a FastCGI CLIENT here:
http://sourceforge.net/projects/fcgidotnet/

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

And the FastCGI specification is here:
http://www.fastcgi.com/devkit/doc/fcgi-spec.html

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

You can find a OWIN compliant implementation here:
https://github.com/mzabani/Fos

此外,这些库也很有趣:

Additionally, these libraries are also interesting:


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


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


https://github.com/gigi81/sharpfastcgi

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

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

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

If you need more examples on FastCGI CLIENTs, you can have a look at this go library

https://github.com/tomasen/fcgi_client

这篇关于是否有.NET FastCGI库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆