%% Feel free to use, reuse and abuse the code in this file. {application, tcp_echo, [ {description, "Ranch TCP Echo example."}, {vsn, "1"}, {modules, []}, {registered, []}, {applications, [ kernel, stdlib, ranch ]}, {mod, {tcp_echo_app, []}}, {env, []} ]}.