开发者

Are there third party GUIs to manage OTP applications?

开发者 https://www.devze.com 2022-12-23 00:11 出处:网络
Is there anything like the weblogic console, but for administrating an OTP ap开发者_如何学JAVAplication (written in Erlang)?Not that I know.

Is there anything like the weblogic console, but for administrating an OTP ap开发者_如何学JAVAplication (written in Erlang)?


Not that I know.

You could use one of the available web frameworks (Erlang Web, Nitrogen, etc) to build one on your own.

Alternatives are to use a web front-end written in any of the "traditional" languages and to make it interact with an Erlang back-end. Possibilities are:

  • Thrift
  • Apache Erlang extension for php
  • erl_interface

I would honestly prefer the first approach (Erlang powered web framework).

0

精彩评论

暂无评论...
验证码 换一张
取 消