-
Notifications
You must be signed in to change notification settings - Fork 0
API 채팅
HayanYoo edited this page May 20, 2022
·
3 revisions
채팅용 Webflux server 입니다.
URI :
/chatting/rs
Request
{ "type" : "CHAT_MESSAGE", "payload" : { "roomId":"비트코인", "user" : { "username":"222" "userId": 4, "avatar":"//ssl.gstatic.com/accounts/ui/avatar_2x.png" }, "message":"zxcv" } }
Responses
{ "type": "CHAT_MESSAGE", "payload": { "roomId": "비트코인", "user": { "username": "222", "userId": 4, "avatar": "//ssl.gstatic.com/accounts/ui/avatar_2x.png" }, "message": "zxcv" }, "id": 5, "timestamp": 1652746642008 }