0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-16 05:00:24 +00:00

Elixir hello world example

This commit is contained in:
Yurii Rashkovskii 2013-01-29 10:18:52 -08:00 committed by José Valim
parent ecb234693c
commit b69903435e
8 changed files with 112 additions and 0 deletions

View file

@ -19,6 +19,9 @@ Cowboy Examples
* [echo_post](./examples/echo_post):
parse and echo a POST parameter
* [elixir_hello_world](./examples/elixir_hello_world):
simplest example application with Elixir
* [hello_world](./examples/hello_world):
simplest example application