0 votes
in NodeJS Essentials by

Which of the following is used to create real-time web applications in Node.js?

A) Socket.io

B) SockJS

C) Primus

D) all of the above

1 Answer

0 votes
by

Answer: D

Explanation: Socket.io, SockJS, and Primus are all used to create real-time web applications in Node.js.

...