Skip to content

Conversation

@Kang-bh
Copy link

@Kang-bh Kang-bh commented Aug 24, 2021

Description(수정예정)

  • socket 서버를 적용해 Room에 대한 Event들을 정의해보았습니다.
  • app.js 가 아닌 socket.js를 모듈화하여 구현해보았습니다.

Events

  1. CreateRoom
  • 방을 만드는 이벤트입니다.
  1. JoinRoom
  • 방에 들어가는 이벤트입니다.
  1. Update
  • 방에 대한 정보가 바뀔 시 이를 갱신해주는 이벤트입니다.
  1. DeleteRoom
  • 방을 삭제하는 이벤트입니다.

++Description 내용 추가할 예정..

GyuhoLee added a commit that referenced this pull request Aug 27, 2021
* feat: ✨ add feature to create room

* refactor: ♻️ update identifier and object keyword

* fix: 🐛 fix error where exports

* feat: ✨ add feature for waiting room
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants