in NodeJS Essentials by
Which of the following is used to create and manage web sockets in Node.js?

A) socket.io

B) websockets.js

C) ws

D) all of the above

1 Answer

0 votes
by

Answer: A

Explanation: socket.io is used to create and manage web sockets in Node.js.

...