Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which of the following is used to create and manage web sockets in Node.js?
Home
NodeJS Essentials
Which of the following is used to create and manage web sockets in Node.js?
asked
May 27
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
by
Robin
Answer: A
Explanation: socket.io is used to create and manage web sockets in Node.js.
...