1.0.0 • Published 5 years ago
@tejada/chat.io v1.0.0
chat.io [In Development]
A chat framework for Socket.IO
Some target features: 1. User sessions. By default, there is no relationship between one connection with another in Socket.IO. 2. Channels. An abstraction of Socket.IO rooms for both the client side and the server. 3. Authentication. The chat server will almost never be your main server, so the authentication will focus on external authentication like using JWT.