是否有.NET FastCGI库?

编程入门 行业动态 更新时间:2024-10-28 17:26:43
本文介绍了是否有.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. github/mono/xsp/tree/master/src

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

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

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

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

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

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

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

此外,这些库也很有趣:

Additionally, these libraries are also interesting:

HyperFastCGI: github/xplicit/HyperFastCgi

HyperFastCGI: github/xplicit/HyperFastCgi

或 github/gigi81/sharpfastcgi

或#cgi github/wmeyer/SharpCGI

or #cgi github/wmeyer/SharpCGI

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

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

github/tomasen/fcgi_client

更多推荐

是否有.NET FastCGI库?

本文发布于:2023-11-04 11:30:20,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1557808.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:NET   FastCGI

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!