Login
Remember
Register
Ask a Question
Which of the following is used to create and manage web sockets in Node.js?
0
votes
asked
May 27, 2024
in
NodeJS Essentials
by
Robin
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
manage
web
sockets
node
js
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 27, 2024
by
Robin
Answer: A
Explanation: socket.io is used to create and manage web sockets in Node.js.
...