企业堆栈中的 OCaml

发布于 2024-12-23 01:59:12 字数 1536 浏览 0 评论 0原文

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

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

发布评论

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

评论(4

一杯敬自由 2024-12-30 01:59:12

也许 ocamlnet 部分回答了您的问题。如果您想在 Ocaml 中编写 Web 服务器(或服务)代码,还可以考虑 Ocsigen

(而且我不太了解企业堆栈 句子;对我来说,这是一个营销流行词,没有明确定义的技术内容)

我不知道“列表项”对您来说是什么。我也不确定是否理解“工作流引擎”。

Ocaml Hump 是查找 Ocaml 软件的好地方。

Perhaps ocamlnet answers partly to your questions. If you want to code web server (or services) in Ocaml, consider also Ocsigen

(and I don't really understand the entreprise stack sentence; for me it is a marketing buzz word without a clearly defined technical content)

I have no idea of what a "list item" is for you. I am not sure to understand "workflow engine" neither.

And the Ocaml Hump is a nice place to find Ocaml software.

饮湿 2024-12-30 01:59:12

对于消息队列:NetAMQP

对于 ORM:也许 Macaque 适合这里。它与您在其他地方找到的不完全一样,但它符合功能精神。

对于 HTTP 服务器:Ocsigen。它还包括一个完全用 OCaml 开发 Web 应用程序(客户端和服务器)的框架。 Ocamlnet 还提供了可用于编写 CGI 应用程序的库以及 Apache 连接器。

For message queues: NetAMQP.

For an ORM: maybe Macaque can fit here. It's not exactly like what you can find elsewhere, but it fits the functional spirit.

For an HTTP server: Ocsigen. It also includes a framework for developing web applications (client and server) entirely in OCaml. Ocamlnet also provides libraries useful to write CGI applications as well as an Apache connector.

半透明的墙 2024-12-30 01:59:12
  • ocamlmq 是一个纯 OCaml STOMP 消息代理,由 Mauricio Fernandez 编写
  • ocamlnet 是一个用于网络编程的高性能事件系统层,由 Gerd Stolpmann 开发。除了完整的 HTTP 服务器之外,它还包含:
  • Sun RPC 服务层,使您可以使用定位器透明地绑定到网络上的容错服务
  • ocamlmq is a pure OCaml STOMP message broker written by Mauricio Fernandez
  • ocamlnet is a high-performance evented system layer for network programming, by Gerd Stolpmann. Besides a complete HTTP server, it contains a:
  • Sun RPC service layer that lets you transparently bind to fault-tolerant services across the network by using a locator
抱着落日 2024-12-30 01:59:12

除了已经发布的其他答案之外,请参阅 Opa

它是用 OCaml 编写的 Web 开发语言/框架。它采用了一种独特的方法,即服务器、数据库和应用程序都在一个可执行文件中。

In addition to the other answers already posted, see Opa

It's a web development langauge/framework written in OCaml. It takes a unique approach in that the server, database and app are all in one executable.

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