Skip to content

Commit 87c514f

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

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# ix-sio
22

33
- `C++` 기반의 [`socket.io`](https://socket.io/) `client`
4-
- [`IXWebSocket`](https://github.com/machinezone/IXWebSocket) 기반의 `Socket.IO` 클라이언트 구현체 제공
4+
- [`IXWebSocket`](https://github.com/machinezone/IXWebSocket) 기반의 [`Socket.IO`](https://socket.io/) 클라이언트 구현체 제공
55
- `Node.js` 기반의 `socket.io` `server` 예제
66

77
## 폴더 구조
88

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

2121
## 주요 특징

0 commit comments

Comments
 (0)