Non-blocking TCP server using OTP principles

前端 未结 3 1363
名媛妹妹
名媛妹妹 2021-02-06 05:39

I\'m starting to learn Erlang, so I\'m trying to write the \"hello, world!\" of concurrent programming, an IRC bot.

I\'ve already written one using Erlang without any O

3条回答
  •  -上瘾入骨i
    2021-02-06 06:19

    I think this is what you're looking for: http://www.trapexit.org/Building_a_Non-blocking_TCP_server_using_OTP_principles It's a full tutorial about how to build a non-blocking TCP server using OTP (of course, is fully documented and explained).

提交回复
热议问题