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
Answer: D
Explanation: ws, socket.io, and uws are all used to create WebSocket servers in Node.js.