Skip to content

Commit d58e3f2

Browse files
authored
Merge pull request #77 from CS3219-AY2425S1/fix/matching-service-update
update matching service with fe connection to use websocket
2 parents 3d30a01 + cd8f1cf commit d58e3f2

File tree

10 files changed

+957
-847
lines changed

10 files changed

+957
-847
lines changed

matching-service/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@
1919
"cors": "^2.8.5",
2020
"dotenv": "^16.4.5",
2121
"express": "^4.21.1",
22-
"redis": "^4.7.0"
22+
"redis": "^4.7.0",
23+
"ws": "^8.18.0"
2324
},
2425
"devDependencies": {
2526
"@types/amqplib": "^0.10.5",
2627
"@types/cors": "^2.8.17",
2728
"@types/express": "^5.0.0",
29+
"@types/ws": "^8.5.12",
2830
"nodemon": "^3.1.7",
2931
"prettier": "^3.3.3",
3032
"ts-node": "^10.9.2",

0 commit comments

Comments
 (0)