0 votes
in NodeJS Essentials by

Which of the following is used to create WebSocket servers in Node.js?

A) ws

B) socket.io

C) uws

D) all of the above

1 Answer

0 votes
by

Answer: D

Explanation: ws, socket.io, and uws are all used to create WebSocket servers in Node.js.

...