Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ssum1ra authored Dec 5, 2024
1 parent 584b396 commit 18b942e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@

<br>

## 핵심 기술
## 기술적 도전
### 서드파티 라이브러리 없이 캔버스 구현
* `서드파티 라이브러리 없이 Canvas API를 활용`하여 색상 선택, 스트로크 조절, Undo/Redo와 같은 **드로잉 툴의 핵심 기능을 제공**하고 있습니다.

### 실시간 캔버스 동기화
* `소켓 통신``LWW(Last-Write-Wins) 기반 CRDT 알고리즘`을 통해 실시간 동기화를 보장하며 모든 사용자가 **동일한 캔버스 상태**를 안정적으로 공유할 수 있도록 했습니다.

<br>
Expand Down

0 comments on commit 18b942e

Please sign in to comment.