Closed timotheeg closed 1 week ago
uWebSockets seems to be the most performant websocket library for nodejs.
TODO: replace ws by uws
Looks like uWebSocket cannot be installed with npm, so it might mean migrate the project to using yarn instead, which is fine I guess?
Won't do. uWebSockets requires taking over both express and ws, which is not worth it.
express
ws
I'd reopen only if performance becomes an obvious bottleneck on the server.
uWebSockets seems to be the most performant websocket library for nodejs.
TODO: replace ws by uws
Looks like uWebSocket cannot be installed with npm, so it might mean migrate the project to using yarn instead, which is fine I guess?