summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-01-06 12:40:14 +0100
committerTor Andersson <tor@ccxvii.net>2022-01-07 13:10:51 +0100
commit36d047d337db428b54c1d7663ca0e29ee16e5c6a (patch)
treef361006e58cafe96cc70f44609ed7c4cc5d7053a /package.json
parent74166074606cdba810b1b42f87af8cbe0bab6519 (diff)
downloadserver-36d047d337db428b54c1d7663ca0e29ee16e5c6a.tar.gz
Use WebSockets instead of socket.io.
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 2cb73c2..2258084 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,10 @@
"express": "^4.17.1",
"nodemailer": "^6.7.0",
"pug": "^3.0.2",
- "socket.io": "^4.3.1"
+ "ws": "^8.4.0"
+ },
+ "optionalDependencies": {
+ "bufferutil": "^4.0.6",
+ "utf-8-validate": "^5.0.8"
}
}