chat v3.7.1 API Reference

Modules

CHAT is the front API module for application. It provides records defititions, KVS mentainformation and useful functions.

CHAT.Application is an Erlang/OTP application powered by N2O messaging protocol. It is implemented as a ring of protocol nodes.

The CHAT.Server is a ring node implemented as :n2o_pi worker that handle all the incoming requests though hash function and implements RPC over MQ pattern. It suports both SYN and GPROC message buses (QoS=0).

CHAT.TXT is a WebSocket client interface and client socket protocol (session level) representation and textual protocol termination.