Skip to content

Commit 1a73a71

Browse files
authored
Merge pull request #95 from CS3219-AY2425S1/feat/live_collaboration
Add live collaboration between users
2 parents d6b6319 + 94dd023 commit 1a73a71

File tree

23 files changed

+7684
-4195
lines changed

23 files changed

+7684
-4195
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ yarn-error.log*
3535
# local env files
3636
.env*.local
3737
*/.env
38+
&/.env.dev
3839

3940
# vercel
4041
.vercel

api-gateway/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"express": "^4.21.1",
2222
"http-proxy-middleware": "^3.0.3",
2323
"jsonwebtoken": "^9.0.2",
24+
"socket.io": "^4.8.1",
2425
"winston": "^3.15.0",
2526
"ws": "^8.13.0"
2627
},

0 commit comments

Comments
 (0)