有哪些推荐的 Common Lisp Web 服务器选项?

发布于 2024-07-11 07:47:28 字数 120 浏览 5 评论 0原文

到目前为止,我只尝试过 Hunchentoot 并听说过 AllegroServe、ABCLweb,尽管我不知道它们的性能比较如何。 我想知道,目前在生产环境中部署 Common Lisp Web 应用程序的最佳选择是什么?

So far I've only tried Hunchentoot and heard about AllegroServe, ABCLweb, though I wouldn't know how they compare in performance. I was wondering, what is currently the best option for deploying a Common Lisp web app in a production environment?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

誰認得朕 2024-07-18 07:47:28

CLiki 上有一个相当不错的 Web 相关 Common Lisp 软件列表。

扫描列表,这里是他们列出的 Web 服务器(链接转到 CLiki 描述页面),这些服务器似乎相当完整:

还有其他一些自称为最小或实验性的选项,或在 CLISP 而不是 Common Lisp 中实现的选项。

我不是 Lisp 程序员,所以我无法评价其中任何一个的有效性,但从收集这些信息来看,Hunchentoot 似乎是目前最受欢迎的。

There is a pretty decent listing at CLiki of web-related Common Lisp software.

Scanning the list, here's the web servers they have listed (links go to the CLiki description page) which seem to be reasonably complete servers:

There are a couple of other options which are self-described as minimal or experimental, or implemented in CLISP rather than Common Lisp.

I am not a Lisp programmer, so I can't speak to the effectiveness of any of them, but from gathering this information, Hunchentoot seems to be the most popular currently.

悲念泪 2024-07-18 07:47:28

CL-HTTP 是一个功能齐全的 HTTP 服务器,其历史可以追溯到早期网络。 这是CL-HTTP 入门

CL-HTTP is a full-featured HTTP server with a history that goes back to the early days of the web. Here is a CL-HTTP primer.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文