diff --git a/README.md b/README.md index 58e82fa..037e7d2 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [C/C++](#cc) * [Clojure](#clojure) * [Elixir](#elixir) +* [Erlang](#erlang) * [Go](#go) * [Haskell](#haskell) * [HTML/CSS](#html-and-css) @@ -132,6 +133,10 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Building a Simple Chat App With Elixir and Phoenix](https://sheharyar.me/blog/simple-chat-phoenix-elixir/) +## Erlang +* [ChatBus : build your first multi-user chat room app with Erlang/OTP](https://medium.com/@kansi/chatbus-build-your-first-multi-user-chat-room-app-with-erlang-otp-b55f72064901) +* [Making a Chat App with Erlang, Rebar, Cowboy and Bullet](http://marianoguerra.org/posts/making-a-chat-app-with-erlang-rebar-cowboy-and-bullet.html) + ## Java: * [Build an Interpreter](http://www.craftinginterpreters.com/) (Chapter 4-13 is written in Java)