Spring Boot Netty Socket.IO Example Imagine that, you want to make a chat application for communicating with your friend. You will send and receive messages. But there is a…
Build real-time web applications using WebSockets! WebSocket is a bi-directional communication protocol. Communication provides over a single TCP connection.
Horizontal vs Vertical Scalability Scalability is basically the proficiency of the system. It can be measured by the number of requests to our system. There are many scaling…