Skip to content

Commit 76e281b

Browse files
committed
�docs: README 업데이트
1 parent ee50a95 commit 76e281b

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> [백엔드 Wiki](https://github.com/Java-and-Script/pickple-back/wiki) <br>
44
> [프론트엔드 레포지토리](https://github.com/Java-and-Script/pickple-front)
55
6-
### 🔗 [픽플 이용하기](https://pickple.kr)
6+
### 🔗 [픽플 이용하기](https://pickple-deploy.vercel.app)
77
<img width="1388" alt="image" src="https://github.com/Java-and-Script/pickple-back/assets/49775540/ebe4d96a-4b4b-477e-bec1-51ebf84b3fd2">
88

99
<img width="1388" alt="image" src="https://github.com/Java-and-Script/pickple-back/assets/49775540/6347af69-37a6-433c-a2c4-64eaa586bd06">
@@ -35,6 +35,31 @@
3535

3636
---
3737

38+
## 주요 기능 동작 과정
39+
40+
### 채팅
41+
![image](https://github.com/Java-and-Script/pickple-back/assets/92444744/a865c6a2-97a6-455f-aa27-cae89c38767a)
42+
- WebSocket과 Stomp, SockJS를 통한 실시간 채팅 구현
43+
44+
### 알림
45+
![image](https://github.com/Java-and-Script/pickple-back/assets/92444744/5790e26d-6e9d-420c-827e-43739c1d2d5f)
46+
- SSE를 통한 알림 구현
47+
48+
### 랭킹
49+
![image](https://github.com/Java-and-Script/pickple-back/assets/92444744/fc091492-baa8-4f58-836a-f2aea000d054)
50+
![image](https://github.com/Java-and-Script/pickple-back/assets/92444744/3a02043f-7192-4df1-a25c-9ad60d8b1cd4)
51+
- Redis를 활용한 랭킹 구현
52+
53+
### 경기 상태 변경
54+
**[개선 전]**
55+
![image](https://github.com/Java-and-Script/pickple-back/assets/92444744/bc2396a2-a7a1-4e5c-a002-ace3a628cc94)
56+
57+
**[개선 후]**
58+
![image](https://github.com/Java-and-Script/pickple-back/assets/92444744/4cc5c475-0b95-4f0e-b417-3904f54bce0a)
59+
- Redis Keyspace Notification을 활용한 경기 상태 변경
60+
61+
---
62+
3863
### 팀원
3964
프론트엔드
4065
<table>

0 commit comments

Comments
 (0)