Using OTP/Erlang as a part of the component-based architecture of a web application

后端 未结 2 369
南方客
南方客 2021-02-04 16:12

I have an Erlang/OTP application which does some business logic. It is written in Erlang mostly for fault-tolerance, because I can easily restart one of the crashed components o

2条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-04 16:40

    You could implement your frontend in erlang as well using any available web framework. Run front-end and back-end in separate erlang nodes using erlang RPC for communication between them.

提交回复
热议问题