Packages

Lasse: Server-Sent Event handler for Cowboy.

Current section

Files

Jump to
lasse src lasse.app.src
Raw

src/lasse.app.src

{application,lasse,
[{description,"Lasse: Server-Sent Event handler for Cowboy."},
{vsn,"1.2.0"},
{modules,[]},
{applications,[kernel,stdlib,cowboy]},
{registered,[]},
{maintainers,["Inaka"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/inaka/lasse"},
{"Example",
"https://github.com/inaka/lasse/tree/master/examples/ping_pong"},
{"SSE Spec",
"https://html.spec.whatwg.org/multipage/comms.html#server-sent-events"}]},
{build_tools,["rebar"]}]}.