An open API service indexing awesome lists of open source software.

https://github.com/kdjun97/socket-programming-swift

라이어게임을 위한 소켓 통신
https://github.com/kdjun97/socket-programming-swift

socket-programming swift swiftui

Last synced: about 2 months ago
JSON representation

라이어게임을 위한 소켓 통신

Awesome Lists containing this project

README

          

# SocketProgramming for Liar Game

라이어게임을 위한 swift에서 소켓 통신 구현

블로그
- [Liar Game](https://kdjun97.github.io/flutter/liar-game/)

사용 라이브러리
- [BlueSocket](https://github.com/Kitura/BlueSocket)

## History
- Server <-> Client 1:1 통신 테스트 성공
- 1:N 통신 테스트 필요 (이거 되면 바로 라이어 게임 적용)