Skip to content

Commit c7e1c22

Browse files
committed
feat: Express 서버 및 Socket.io 설정 구현 (Task 2.1)
1 parent d942b5a commit c7e1c22

File tree

6 files changed

+1162
-37
lines changed

6 files changed

+1162
-37
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A Next.js 16 application for 1:1 video chat with real-time whiteboard collaborat
1717
- **WebRTC**: SimplePeer
1818
- **Signaling**: Socket.io-client
1919
- **Canvas**: Fabric.js
20-
20+
2121
## Project Structure
2222

2323
```
@@ -36,7 +36,7 @@ A Next.js 16 application for 1:1 video chat with real-time whiteboard collaborat
3636

3737
### Prerequisites
3838

39-
- Node.js 20+
39+
- Node.js 20+
4040
- npm or yarn
4141

4242
### Installation
@@ -82,6 +82,7 @@ npm run lint
8282
## Implementation Status
8383

8484
This project follows a spec-driven development approach. See `.kiro/specs/webrtc-1-to-1-communication/` for:
85+
8586
- `requirements.md` - Feature requirements
8687
- `design.md` - System design
8788
- `tasks.md` - Implementation tasks

0 commit comments

Comments
 (0)