We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de6416b + 633956a commit a0c315aCopy full SHA for a0c315a
README.md
@@ -8,6 +8,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
8
* [C/C++](#cc)
9
* [C#](#c)
10
* [Clojure](#clojure)
11
+* [Elixir](#elixir)
12
* [Java](#java)
13
* [JavaScript](#javascript)
14
* [Kotlin](#kotlin)
@@ -46,6 +47,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
46
47
## Clojure:
48
* [Build a Twitter Bot with Clojure](http://howistart.org/posts/clojure/1/index.html)
49
50
+## Elixir
51
+* [Building a Simple Chat App With Elixir and Phoenix](https://sheharyar.me/blog/simple-chat-phoenix-elixir/)
52
+
53
## Java:
54
* [Build a Simple HTTP Server with Java](http://javarevisited.blogspot.com/2015/06/how-to-create-http-server-in-java-serversocket-example.html)
55
* [Build an Android Flashlight App](https://www.youtube.com/watch?v=dhWL4DC7Krs)
0 commit comments