Hacker News new | ask | show | jobs
by Kiro 3543 days ago
What do you mean when you say ws? Isn't uws just a library for ws?
3 comments

uws is a reimplementation of the ws interface, using fewer resources and providing better throughput.
WebSockets is the protocol, ws is a lib implementing it.
`ws` is another popular WebSocket implementation for Node.js