Skip to content

Commit d7facf2

Browse files
authored
Update README.md
1 parent 87c514f commit d7facf2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
## 폴더 구조
88

99
- [`ix/`](https://github.com/JayTwoLab/ix-sio/tree/main/ix) : C++로 작성된 [`Socket.IO`](https://socket.io/) 클라이언트 구현 및 관련 소스 코드
10-
- `main.cpp` : 클라이언트 실행 예제
10+
- [`main.cpp`](https://github.com/JayTwoLab/ix-sio/blob/main/ix/main.cpp) : 클라이언트 실행 예제
1111
- `SioClientBase.hpp`, `SioClientV2.hpp`, `SioClientV4.hpp` : Socket.IO 클라이언트 구현체
1212
- `CurlGlobal.hpp`, `WinSockInit.hpp` : 네트워크 초기화 관련 유틸리티
1313
- `CMakeLists.txt`, `CMakePresets.json` : CMake 빌드 설정 파일
1414
- [`sio2/`](https://github.com/JayTwoLab/ix-sio/tree/main/sio2) : [Node.js](https://nodejs.org) 기반 [`Socket.IO`](https://socket.io/) v2 서버 예제
15-
- `server2.js` : [`Socket.IO`](https://socket.io/) v2 서버 코드
15+
- [`server2.js`](https://github.com/JayTwoLab/ix-sio/blob/main/sio2/server2.js) : [`Socket.IO`](https://socket.io/) v2 서버 코드
1616
- `package.json` : 의존성 및 실행 스크립트
1717
- [`sio3/`](https://github.com/JayTwoLab/ix-sio/tree/main/sio3) : [Node.js](https://nodejs.org) 기반 [`Socket.IO`](https://socket.io/) v3/v4 서버 예제
18-
- `server3.js` : [`Socket.IO`](https://socket.io/) v3/v4 서버 코드
18+
- [`server3.js`](https://github.com/JayTwoLab/ix-sio/blob/main/sio3/server3.js) : [`Socket.IO`](https://socket.io/) v3/v4 서버 코드
1919
- `package.json` : 의존성 및 실행 스크립트
2020

2121
## 주요 특징

0 commit comments

Comments
 (0)