WebSocket Chat Test Client

Connect to WebSocket [http://localhost/chat?Authorization=Bearer {jwt_token}]

Subscribe to topic [/topic/{id}]

Get topic notification [/user/specific/notify/{id}]



Get all topics [/user/specific/notify/topics]



Get message history [/app/history/topic/{id}]

Send message to public topic [/app/topic/public/{topicId}]

Send message to private topic [/app/topic/private/{topicId}]