Battle of websockets: `uWebsockets.js` vs `ws` on production servers #bitfinextech

prdn
Today we finally moved one of the production servers from node-ws ( [https://github.com/websockets/ws](https://github.com/websockets/ws) ) to uWebsockets.js ( [https://github.com/uNetworking/uWebSockets.js](https://github.com/uNetworking/uWebSockets.js) ) node-ws is the "standard" websocket library for #nodejs uWebsockets.js is a nodejs wrapper around a super fast C++ websocket library. Looking forward to deploy it on the reset of the production servers.
Battle of websockets: `uWebsockets.js` vs `ws` on production servers #bitfinextech