How to write a simple webserver in Erlang?

前端 未结 6 733
伪装坚强ぢ
伪装坚强ぢ 2020-12-07 12:20

Using the default Erlang installation what is the minimum code needed to produce a \"Hello world\" producing web server?

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-07 12:53

    Do you actually want to write a web server in Erlang, or do you want an Erlang web server so that you can create dynamic web content using Erlang?

    If the latter, try YAWS. If the former, have a look at the YAWS source code for inspiration

提交回复
热议问题