From 633956ad08582ddce617c85518ed8449f8e286e4 Mon Sep 17 00:00:00 2001 From: Jody LeCompte Date: Fri, 14 Jul 2017 01:40:50 -0500 Subject: [PATCH] Adding elixir section + build a chat app tutorial --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c0cb641..33aa561 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [C/C++](#cc) * [C#](#c) * [Clojure](#clojure) +* [Elixir](#elixir) * [Java](#java) * [JavaScript](#javascript) * [Kotlin](#kotlin) @@ -46,6 +47,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ## Clojure: * [Build a Twitter Bot with Clojure](http://howistart.org/posts/clojure/1/index.html) +## Elixir +* [Building a Simple Chat App With Elixir and Phoenix](https://sheharyar.me/blog/simple-chat-phoenix-elixir/) + ## Java: * [Build a Simple HTTP Server with Java](http://javarevisited.blogspot.com/2015/06/how-to-create-http-server-in-java-serversocket-example.html) * [Build an Android Flashlight App](https://www.youtube.com/watch?v=dhWL4DC7Krs)