feat: Implement real-time unread support chat count in the sidebar using WebSockets.

This commit is contained in:
pradeepkumar
2026-03-19 04:20:33 +05:30
parent dbc2501d4c
commit 9036e9f32f
5 changed files with 226 additions and 4 deletions

View File

@@ -12,7 +12,8 @@
"axios": "^1.13.2",
"next": "16.1.0",
"react": "19.2.3",
"react-dom": "19.2.3"
"react-dom": "19.2.3",
"socket.io-client": "^4.8.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",