What is Socket.IO ? I recently built an basic real-time chat application and I used socket.io for the implementation of bi-directional communication between a client and a server. What’s Socket.IO exactly? Socket.IO is a JavaScript library for real...