收藏的博客 -- erlang学习

一、技术博客

http://blog.csdn.net/erlib

为什么我要选择erlang+go进行服务器架构(1)
为什么我要选择erlang+go进行服务器架构(2)
http://www.qingliangcn.org/
https://github.com/qingliangcn  开源mgee—2010年写的arpg服务端demo
为什么一些网页游戏喜欢用Erlang做服务端?
强大的代码优化工具: http://tidier.softlab.ntua.gr:20000/tidier/getstarted, 非常推荐!
很多牛人的视频、PPT,基本都与erlang或者分布式有关:http://www.erlang-factory.com
余老大的博客,那是必须推荐:http://www.yufeng.info ++ http://blog.yufeng.info/
立涛办的erlangqa:http://erlangqa.com/
非常全面的系列,英文的,强烈推荐:http://learnyousomeerlang.com/content
坚强的博客,非常全面和详细,坚持了很久:http://www.cnblogs.com/me-sa/
erlang老爹:http://joearms.github.io/
Erlang awesome: https://github.com/drobakowski/awesome-erlang
Erl文档快速查询: http://erldocs.com/
http://erlware.org/
http://www.cnblogs.com/yourihua/ --- mochiweb源码阅读

二、在线资料:
所有模块的官方文档资料-Erlang/OTP Manual Page Index
erlang 高效编程指南
Learn You Some Erlang
Erlang BEAM file format
Erlang term format
Erlang beam 指令集合
Erlang资源大全中文版
erlang有哪些好用的库?

三、erlang构建工具:
rebar2
https://github.com/rebar/rebar

https://github.com/rebar/rebar/wiki/rebar -- Linux可执行文件

rebar3
http://www.rebar3.org/
https://github.com/erlang/rebar3

erlang.mk

https://erlang.mk/

https://github.com/ninenines/erlang.mk


四、github

https://github.com/emqtt/

https://github.com/basho

https://github.com/esl

https://github.com/ninenines

https://github.com/processone



猜你喜欢

转载自blog.csdn.net/libaineu2004/article/details/77980922