使用 Erlang 的软实时应用程序
我最近开始学习 Erlang,此时我对大多数概念和语法都很熟悉。我想通过使用 Erlang 构建一个“简单”的即时消息应用程序来继续学习。如果您能提供有关哪些资源(书籍、网站等)可以帮助我的建议,我将不胜感激。
I recently started learning Erlang and at this point I'm comfortable with most concepts and syntax. I'd like to continue my learning by using Erlang to build a "simple" instant message application. I'd appreciate suggestions on which resources (books, websites, etc.) can help me along.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
学习一些 Erlang 有很多关于并发、网络和 OTP 的章节。您可能还有兴趣阅读 ejabberd 代码,尽管它可能有点复杂。
Learn You Some Erlang has a bunch of chapters on concurrency, networking, and OTP. You might also be interested in reading the ejabberd code, though it might be a bit involved.