aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
authorAdam Cammack <[email protected]>2013-02-16 02:26:32 -0600
committerAdam Cammack <[email protected]>2013-02-16 02:26:32 -0600
commita302fe500736f3aa0dc36771db3077eb0752eebb (patch)
tree4e6a9ba989d8ab9a5d7cc988af1e21cc024279e0 /examples/README.md
parente3daf439da42283cf65faa3311ff73bb7ffe413b (diff)
downloadcowboy-a302fe500736f3aa0dc36771db3077eb0752eebb.tar.gz
cowboy-a302fe500736f3aa0dc36771db3077eb0752eebb.tar.bz2
cowboy-a302fe500736f3aa0dc36771db3077eb0752eebb.zip
Add EventSource example
Port from extend/cowboy_examples.
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
index e166876..109d156 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