123456789101112131415 |
- %% Feel free to use, reuse and abuse the code in this file.
- {application, websocket, [
- {description, "Cowboy websocket example."},
- {vsn, "1"},
- {modules, []},
- {registered, []},
- {applications, [
- kernel,
- stdlib,
- cowboy
- ]},
- {mod, {websocket_app, []}},
- {env, []}
- ]}.
|