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

Add EventSource example

Port from extend/cowboy_examples.
This commit is contained in:
Adam Cammack 2013-02-16 02:26:32 -06:00
parent e3daf439da
commit a302fe5007
10 changed files with 187 additions and 0 deletions

View file

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