Packages

General Non-blocking TCP/SSL and UDP/DTLS Server

Current section

Files

Jump to
my_esockd src esockd.app.src
Raw

src/esockd.app.src

{application, my_esockd,
[{description, "General Non-blocking TCP/SSL and UDP/DTLS Server"},
{id, "esockd"},
{vsn, "5.9.4"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, sasl, ssl]},
{mod, {esockd_app, []}},
{env, []},
{licenses, ["Apache-2.0"]},
{maintainers, ["EMQ X Team <contact@emqx.io>"]},
{links, [{"Homepage", "https://emqx.io/"},
{"Github", "https://github.com/emqx/esockd"}
]}
]}.