How many WebSocket events are available?
A
2
B
3
C
4
D
5
Correct Answer: 4
Web sockets are defined as a two-way communication between the servers and the clients, which mean both the parties, communicate and exchange data at the same time. There are fourWebSocket events namely: open close message error