innercircle-byebye / ft_transcendence-back

Backend for ft_transcendence (nestjs)
1 stars 0 forks source link

onlineList( client->server) 이벤트 추가 #146

Closed khcho902 closed 2 years ago

khcho902 commented 2 years ago

프론트에서 접속중인 사용자 정보, 게임중인 사용자 정보를 원할 때마다 받을 수 있도록 'onlineList' 이벤트(clinet-> server)를 추가하였습니다. (서버는 'onlineList' 이벤트를 받으면, 클라이언트에게 기존과 동일한 'onlineList', 'playerList' 이벤트를 보냅니다.)

close #145