Skip to content

Commit d3ba574

Browse files
feat: socket.io impl to support interactions with telegram bot (#15)
* wip: ws * fix: use one callback resolves the double call issue * chore: add warning for dev * fix: remove test call * release: v0.10.0 --------- Co-authored-by: Tommaso Morganti <[email protected]>
1 parent e755855 commit d3ba574

File tree

8 files changed

+301
-25
lines changed

8 files changed

+301
-25
lines changed

backend/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "0.9.2",
3+
"version": "0.10.0",
44
"description": "PoliNetwork backend server",
55
"private": true,
66
"keywords": [],
@@ -25,6 +25,7 @@
2525
"@types/pg": "^8.15.5",
2626
"drizzle-kit": "^0.31.4",
2727
"pino-pretty": "^13.1.1",
28+
"socket.io-client": "^4.8.1",
2829
"superjson": "^2.2.2",
2930
"tsup": "^8.5.0",
3031
"tsx": "^4.20.5",
@@ -42,6 +43,7 @@
4243
"node-html-parser": "^7.0.1",
4344
"pg": "^8.16.3",
4445
"pino": "^9.11.0",
46+
"socket.io": "^4.8.1",
4547
"zod": "^4.1.11"
4648
},
4749
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)