You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`sio2/`](https://github.com/JayTwoLab/ix-sio/tree/main/sio2): [Node.js](https://nodejs.org) based [`Socket.IO`](https://socket.io/) v2 server example
17
+
-[`server2.js`](https://github.com/JayTwoLab/ix-sio/blob/main/sio2/server2.js): [`Socket.IO`](https://socket.io/) v2 server code
18
+
-`package.json`: Dependencies and run scripts
19
+
-[`sio3/`](https://github.com/JayTwoLab/ix-sio/tree/main/sio3): [Node.js](https://nodejs.org) based [`Socket.IO`](https://socket.io/) v3/v4 server example
20
+
-[`server3.js`](https://github.com/JayTwoLab/ix-sio/blob/main/sio3/server3.js): [`Socket.IO`](https://socket.io/) v3/v4 server code
21
+
-`package.json`: Dependencies and run scripts
22
22
23
-
- 다양한 버전의 Socket.IO 서버와의 호환성 테스트 가능
24
-
- C++ 클라이언트와 Node.js 서버 예제 코드 제공
25
-
- CMake를 이용한 손쉬운 빌드 환경
23
+
## Key Features
26
24
27
-
## 빌드 및 실행 방법
25
+
- Compatibility testing with various versions of Socket.IO servers
26
+
- Provides C++ client and Node.js server example code
27
+
- Easy build environment using CMake
28
28
29
-
### `C++` 클라이언트 (`ix`)
29
+
##Build and Run Instructions
30
30
31
-
- (1) CMake를 이용해 빌드
31
+
### `C++` Client (`ix`)
32
+
33
+
- (1) Build using CMake
32
34
```sh
33
35
cd ix
34
36
cmake -B build
35
37
cmake --build build
36
38
```
37
-
- (2) 실행 파일을 통해 클라이언트 실행
39
+
- (2) Run the client using the executable
38
40
39
-
### 의존성 설치 방법 (CURL, spdlog, nlohmann_json, ixwebsocket)
0 commit comments