Adding elixir section + build a chat app tutorial

This commit is contained in:
Jody LeCompte 2017-07-14 01:40:50 -05:00
parent de6416bc72
commit 633956ad08
1 changed files with 4 additions and 0 deletions

View File

@ -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)