Real Time Communication Using Socket.IO
We will create a very basic real-time chat application using Socket.IO. We will only focus on the implementation, how the communication happens, and understanding the flow of it, nothing else.
First Things First
Check if Node.js and NPM are installe...
asfar.hashnode.dev6 min read