diff options
author | Loïc Hoguin <[email protected]> | 2013-02-16 15:11:56 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-02-16 15:11:56 +0100 |
commit | d305527e8871bf41c6362930848d93e42d523b29 (patch) | |
tree | b183ae379249e12ad3ff8681f6ec38c325934bba /examples/README.md | |
parent | 39af3010cbf0a2340e4424031f7397d52bf4b77d (diff) | |
parent | a302fe500736f3aa0dc36771db3077eb0752eebb (diff) | |
download | cowboy-d305527e8871bf41c6362930848d93e42d523b29.tar.gz cowboy-d305527e8871bf41c6362930848d93e42d523b29.tar.bz2 cowboy-d305527e8871bf41c6362930848d93e42d523b29.zip |
Merge branch 'eventsource_example' of git://github.com/acammack/cowboy
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md index a50b54b..ef5bfaf 100644 --- a/examples/README.md +++ b/examples/README.md @@ -22,6 +22,9 @@ Cowboy Examples * [elixir_hello_world](./elixir_hello_world): simplest example application with Elixir + * [eventsource](./eventsource): + eventsource emitter and consumer + * [hello_world](./hello_world): simplest example application |