🚀 Chat Room Server
✅ Server Status: Running
📡 Available Endpoints
🔌 Socket.IO Connection
Connect to Socket.IO at: ws://localhost:3000
📚 Documentation
For complete API documentation and usage examples, please refer to the README.md file.
🛠️ Development
This is the Chat Room Server API. To build a client application:
- Connect to Socket.IO endpoint
- Emit 'join-room' with roomKey and username
- Listen for 'room-joined' event
- Emit 'send-message' to send messages
- Listen for 'new-message' events