n4u.app 611 B

123456789
  1. {application, n4u, [
  2. {description, "N4U WebSocket Application Server"},
  3. {vsn, "4.4.20"},
  4. {applications, [kernel, stdlib, asn1, public_key, ssl, crypto, ranch, cowboy, fs, active, sh, gproc, nitro]},
  5. {modules, [n2o, n4u_app, n4u_sup, n4u_async, n2o_xhr, n4u_cx, n2o_cowboy, n2o_multipart, n2o_static, n2o_stream, n4u_document, n2o_proto, n2o_relay, n4u_error, n4u_io, n4u_log, n4u_mq, n2o_pickle, n2o_query, n2o_secret, n2o_session, n4u_syn, n4u_client, n4u_file, n4u_heart, n4u_http, n4u_nitrogen, n4u_text, wf, wf_convert, wf_utils]},
  6. {registered, [n4u_sup]},
  7. {mod, {n4u_app, []}},
  8. {env, []}
  9. ]}.