BKBhavesh Kasturiinbhavesh-kasturi.hashnode.dev·Nov 27, 2020 · 5 min readWhat is Socket.IO ?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...00