aboutsummaryrefslogtreecommitdiffstats
path: root/examples/eventsource/src/eventsource.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-09-08 11:48:48 +0200
committerLoïc Hoguin <[email protected]>2013-09-08 11:48:48 +0200
commit49acfce8b9d0af8cc87b9be7ba91ffde307596da (patch)
treec7727f3f520b3d66401951004d9d4eac575f5380 /examples/eventsource/src/eventsource.erl
parent6b7b0efd24149d81df47b3241a989a6777bb486b (diff)
downloadcowboy-49acfce8b9d0af8cc87b9be7ba91ffde307596da.tar.gz
cowboy-49acfce8b9d0af8cc87b9be7ba91ffde307596da.tar.bz2
cowboy-49acfce8b9d0af8cc87b9be7ba91ffde307596da.zip
Convert the EventSource example to a release
Diffstat (limited to 'examples/eventsource/src/eventsource.erl')
-rw-r--r--examples/eventsource/src/eventsource.erl15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/eventsource/src/eventsource.erl b/examples/eventsource/src/eventsource.erl
deleted file mode 100644
index bb85991..0000000
--- a/examples/eventsource/src/eventsource.erl
+++ /dev/null
@@ -1,15 +0,0 @@
-%% Feel free to use, reuse and abuse the code in this file.
-
--module(eventsource).
-
-%% API.
--export([start/0]).
-
-%% API.
-
-start() ->
- ok = application:start(crypto),
- ok = application:start(cowlib),
- ok = application:start(ranch),
- ok = application:start(cowboy),
- ok = application:start(eventsource).