Skip to content

Commit 9988dcb

Browse files
authored
#90 chatforyou 서버 scaleout 대응
2 parents d922547 + e9c7ddc commit 9988dcb

File tree

75 files changed

+2572
-449
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+2572
-449
lines changed

.github/workflows/chatforyou_release_major.yml

Lines changed: 0 additions & 307 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,17 @@ This site is only for studying various functions using WebRTC and WebSocket tech
9595

9696
## 🚀 구동 방법
9797

98-
### 1. 사전 요구사항
98+
### 1. 서버 아키텍쳐
99+
https://github.com/SeJonJ/ChatForYou/wiki/%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8-%EC%95%84%ED%82%A4%ED%85%8D%EC%B3%90
100+
101+
### 2. 사전 요구사항
99102
- **Node.js** 16+ 설치
100103
- **Java 17** 설치
101104
- **Kurento Media Server** 설치
102105
- **TURN Server (coturn)** 설치
103106
- **Redis** 설치
104107

105-
### 2. 프론트엔드 실행
108+
### 3. 프론트엔드 실행
106109
```bash
107110
cd nodejs-frontend
108111

@@ -116,7 +119,7 @@ npm run local
116119
npm run start
117120
```
118121

119-
### 3. 백엔드 실행
122+
### 4. 백엔드 실행
120123
```bash
121124
cd springboot-backend
122125

@@ -127,7 +130,7 @@ cd springboot-backend
127130
java -Dkms.url=ws://[KMS_IP]:[PORT]/kurento -jar build/libs/*.jar
128131
```
129132

130-
### 4. 환경 설정
133+
### 5. 환경 설정
131134

132135
#### 프론트엔드 설정 파일
133136
```javascript
@@ -151,7 +154,7 @@ server.port=8080
151154
kms.url=ws://localhost:8888/kurento
152155
```
153156

154-
### 5. Docker 실행
157+
### 6. Docker 실행
155158
```bash
156159
# 프론트엔드 Docker 빌드
157160
cd nodejs-frontend

chatforyou-desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chatforyou-desktop",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "ChatForYou Desktop Application built with Electron",
55
"main": "src/main/electron-main.js",
66
"scripts": {
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"syncedAt": "2025-08-09T13:42:11.661Z",
3-
"sourceCommit": "cb7af521",
4-
"version": "1.0.2",
5-
"environment": "prod"
2+
"syncedAt": "2025-09-13T11:49:56.143Z",
3+
"sourceCommit": "afb6893c",
4+
"version": "1.0.3",
5+
"environment": "local"
66
}

0 commit comments

Comments
 (0)