Current section
Files
Jump to
Current section
Files
src/wist.app.src
{application, wist, [
{vsn, "0.1.0"},
{applications, [gleam_erlang,
gleam_http,
gleam_stdlib,
glisten,
gramps,
mist]},
{description, "A small, typed, ergonomic WebSocket layer for Gleam applications built on top of Mist"},
{modules, [echo_server,
wist,
wist@@main,
wist@adapters@mist]},
{registered, []}
]}.