Introduction to Socket.IO in NodeJS with simple example
What is Socket.IO ??
In traditional HTTP servers, when client requests for the resource then and then only the server responds. Server can not respond to user if new data is available. Disadvantage of these servers is user have to request again and...
ayushsolanki.hashnode.dev9 min read