Send messages with sockets ❤️

Took 3 hours 51 minutes
This commit is contained in:
Lucàs
2023-04-03 16:35:25 +02:00
parent c591a0eb3d
commit c91f5f3dfb
13 changed files with 501 additions and 242 deletions
+4 -1
View File
@@ -14,6 +14,7 @@
"@emotion/styled": "^11.10.6",
"@premieroctet/next-crud": "^2.2.0",
"@prisma/client": "^4.11.0",
"@reduxjs/toolkit": "^1.9.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"bcrypt": "^5.1.0",
@@ -28,7 +29,9 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.5",
"react-icons": "^4.8.0"
"react-icons": "^4.8.0",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",