How to create a chat server for doing real-time group chats?
In this tutorial, we'll use socket.io to build our real-time chat server & implement our group chat on top of it.
In Socket.io, there is a server-side concept called "room" that we can use for our chat room to have a group chat feature. These rooms a...
byteblocks.hashnode.dev6 min read