{"service":"Realtime Chat API","version":"1.0.0","status":"running","environment":"production","description":"Backend API for a real-time chat application with Socket.io, JWT authentication, PostgreSQL, Redis caching, and image sharing","server":{"uptime":12.972152257,"timestamp":"2026-04-30T13:06:06.512Z"},"author":{"name":"Tirth Patel","linkedin":"https://www.linkedin.com/in/tirth-k-patel","github":"https://github.com/TirthWillLearn"},"auth":{"register":{"method":"POST","path":"/api/auth/register","description":"Register a new user and receive JWT token"},"login":{"method":"POST","path":"/api/auth/login","description":"Login and receive JWT token"}},"socket":{"connection":{"url":"https://realtime-chat-api-78gu.onrender.com","auth":"Pass JWT via handshake auth token or Authorization header"},"events":{"joinRoom":"Join a chat room by room ID","leaveRoom":"Leave a chat room","sendMessage":"Send a message to a room","joinDM":"Start a private DM with another user"}},"uploads":{"image":{"method":"POST","path":"/api/uploads","description":"Upload an image and receive a URL","limit":"2MB","formats":"jpg, png, gif, webp"}},"meta":{"repository":"https://github.com/TirthWillLearn/Realtime-Chat-App","documentation":"See README.md on GitHub"}}