{"success":true,"message":"Bun Elysia API","description":"REST API dengan Authentication & CRUD + Real-time Chat","endpoints":{"auth":{"register":"POST /api/auth/register","login":"POST /api/auth/login","refresh":"POST /api/auth/refresh","logout":"POST /api/auth/logout","sessions":"GET /api/auth/sessions"},"chat":{"conversations":"GET /api/chat/conversations","createConversation":"POST /api/chat/conversations","messages":"GET /api/chat/conversations/:id/messages","sendMessage":"POST /api/chat/conversations/:id/messages","markRead":"PUT /api/chat/conversations/:id/read"},"websocket":{"url":"ws://localhost:3003/ws","auth":"Send {type: 'auth', token: 'YOUR_ACCESS_TOKEN'}","events":{"client":["auth","join_conversation","leave_conversation","typing","stop_typing","mark_read","pong"],"server":["auth_success","auth_error","new_message","user_typing","user_stop_typing","message_read","message_notification"]}},"livestream":{"listLive":"GET /api/livestream","getStream":"GET /api/livestream/:streamId","startStream":"POST /api/livestream/start (auth required)","pushSegment":"POST /api/livestream/push (auth required)","endStream":"POST /api/livestream/end (auth required)","joinStream":"POST /api/livestream/:streamId/join","leaveStream":"POST /api/livestream/:streamId/leave","myStreams":"GET /api/livestream/my-streams (auth required)","hlsPlayback":"GET /hls/:streamKey/playlist.m3u8"}}}