[예제] 1:N P2P 예제 코드 #51
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1:N P2P 예제 코드
📝 설명
💬 변경 사항
📌 실행 방법
☃️ 결과
클라이언트가 localhost:5173으로 접속하면 자신의 화면이 뜹니다.

그리고 또 다른 창에서 같이 접속하면 서버에는 새로운 클라이언트가 접속했다는 로그가 뜹니다.

현재는 새로운 클라이언트가 연결된 로그와 이메일(임시로 넣은)은 뜨지만, 상대의 화면은 보이지 않는 문제가 있습니다.
📖 추가 정보