-
Notifications
You must be signed in to change notification settings - Fork 4
Socket.io Event
junothyme edited this page Dec 21, 2019
·
7 revisions
날짜 | 내용 | 버전 | 작성자 |
---|---|---|---|
2019-11-27 | 기본 포맷 정리 | 0.5 | 이상원 |
2019-12-10 | 기본 Event 추가 | 0.6 | 고승빈 |
2019-12-21 | replyPost | 0.7 | 이상원 |
event 이름 | 설명 | link |
---|---|---|
tellInvitation |
User ID 기준으로 초대 정보를 전달한다. | link |
event 이름 | 설명 | link |
---|---|---|
connection |
서버와 연결 | - |
disconnection |
연결 종료시, Room(소켓)에서 User ID 대한 Connection을 제거한다. | - |
login |
User ID 기반으로 Room(소켓)을 생성한다. | - |
replyPost |
Post Id를 기반으로 Thread를 추가한다. | - |
event 이름 | 설명 | link |
---|---|---|
newPost |
채널에 생성된 메세지를 연결된 socket 들에게 event를 보낸다. | link |
event 이름 | 설명 | link |
---|---|---|
connection |
서버와 연결시, Profile ID 가 가입한 Room(Entity) 를 모두 조회하여 가입(Join)한다. | - |
disconnection |
Profile ID 가 가입한 Room(소켓)에서 제거한다. | - |