Skip to content

Commit

Permalink
update server to use websockets
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdcastro committed Jun 13, 2024
1 parent 2a62ba0 commit ae00d66
Show file tree
Hide file tree
Showing 5 changed files with 845 additions and 82 deletions.
34 changes: 33 additions & 1 deletion server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
"dependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20",
"@types/ws": "^8.5.10",
"axios": "^1.7.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"ioredis": "^5.4.1",
"typescript": "^5.4.5"
"typescript": "^5.4.5",
"ws": "^8.17.0"
},
"devDependencies": {
"@types/cors": "^2.8.17",
Expand Down
Loading

0 comments on commit ae00d66

Please sign in to comment.