đī¸ Chat System Overview
The PlayNANOO chat system provides real-time WebSocket-based chat functionality. This document explains the overall structure and usage of the chat system.
đī¸ ChatManager
Singleton manager class for the chat system. Manages chat server connection and message transmission/reception.
đī¸ ChatModels
Data model and interface definitions used in the chat system.
đī¸ ChatClient
WebSocket-based chat client core class. Handles actual server connection and message processing.