Using Socket.IO to create a chatroom application
Oct 15, 2021 · 4 min read · Socket.IO is a JavaScript library for real time web applications. It enables real time, bi-directional communication between web clients and servers. It has two parts: a client-side library that runs on the browser, and a server-side library for Node...
Join discussion