logoalt Hacker News

austin-cheneytoday at 9:44 AM1 replyview on HN

The readme says Websockets support is native from Node 22, except Node does not have a native Websockets library. Their link for Websockets standard goes to MDN, which is fine except that only describes the WHATWG user interface and nothing about the protocol or how Websockets works.

It feels like this is missing something or using a nonnative library as a supplemental addition.


Replies

soulofmischieftoday at 11:38 AM

Node supports a built-in WebSocket client since 22, but not a server.

show 1 reply