Everything You Need To Know About Socket.IO
This article explores Socket.IO, its main use cases and how to get started. We also help identify ideal use cases for Socket.IO, including signs your app has scaled beyond Socket.IO’s scope for support. This article examines where Socket.IO fits into...
hashnode.com
Grigorii K. Shartsev
Teacher at University and Full-stack web-developer
In my opinion main SocketIO feature is easy to use (and easy to scale with Redis adapter) rooms allowing to send a massage to some group (like all user's devices or some group of users) in one command.