implemented websocket flow control to prevent over buffering

This commit is contained in:
Danny Coates 2018-11-22 13:21:39 -08:00
parent 015067648e
commit 531584dbf1
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
4 changed files with 207 additions and 191 deletions

View file

@ -140,7 +140,7 @@
"cldr-core": "^34.0.0",
"convict": "^4.4.0",
"express": "^4.16.3",
"express-ws": "^4.0.0",
"express-ws": "dannycoates/express-ws",
"fluent": "^0.9.1",
"fluent-langneg": "^0.1.0",
"helmet": "^3.15.0",