blob: 4fa4f785f9104bfa64323859e7c3c3c8a1ddd0d7 (
plain) (
tree)
|
|
%% 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, []}
]}.
|