issues
search
hashrocket
/
websocket-shootout
A comparison of websocket servers in multiple languages and frameworks
MIT License
428
stars
76
forks
source link
Improve Node.js servers
#35
Closed
lpinca
closed
8 years ago
lpinca
commented
8 years ago
Disable permessage-deflate extension in both
ws
and
uws
.
Update
uws
to version 0.10.x (it should be slightly faster).
Add
bufferutil
dependency for
ws
.
Add
faye-websocket
along with
ws
and
uws
.
jackc
commented
8 years ago
Thanks!
ws
anduws
.uws
to version 0.10.x (it should be slightly faster).bufferutil
dependency forws
.faye-websocket
along withws
anduws
.