Y
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
alexhultman
3543 days ago
uws is a reimplementation of the ws interface, using fewer resources and providing better throughput.
link
k__
3543 days ago
WebSockets is the protocol, ws is a lib implementing it.
link
lpinca
3543 days ago
`ws` is another popular WebSocket implementation for Node.js
link