Remove redundant ws dependency
`socket.io` already depends on `ws` and uses it by default. The separate dependency to and initialization of `ws` sees to be a relic of the past usage of `uws`, but is redundant now. As documented in https://socket.io/docs/v2/server-initialization/#Notable-options, `perMessageDeflate` is now `false` by default. Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
Reference in New Issue
Block a user