Skip to content

Commit

Permalink
Merge pull request #77 from CS3219-AY2425S1/fix/matching-service-update
Browse files Browse the repository at this point in the history
update matching service with fe connection to use websocket
  • Loading branch information
tyouwei authored Oct 21, 2024
2 parents 3d30a01 + cd8f1cf commit d58e3f2
Show file tree
Hide file tree
Showing 10 changed files with 957 additions and 847 deletions.
4 changes: 3 additions & 1 deletion matching-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"redis": "^4.7.0"
"redis": "^4.7.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/amqplib": "^0.10.5",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/ws": "^8.5.12",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit d58e3f2

Please sign in to comment.