Currently we have both libraries in our devDependencies. Let's migrate out tests to use ws fully instead of faye-websocket.
Why it makes sense:
ws is de-facto a standard websocket library for Node
ws has better maintainability (faye-websocket got last commit 2 years ago)
ws has better wss support, because of it it's already imported in test/tls_overhead_stats.js
- no new need to introduce new dependency
Currently we have both libraries in our devDependencies. Let's migrate out tests to use
wsfully instead offaye-websocket.Why it makes sense:
wsis de-facto a standard websocket library for Nodewshas better maintainability (faye-websocketgot last commit 2 years ago)wshas betterwsssupport, because of it it's already imported intest/tls_overhead_stats.js