Spring Boot Netty Socket.IO Example
Sep 5, 2022 · 4 min

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 problem. When you send a new message to your friend how will you inform him? …

Build real-time web applications using WebSockets!
Sep 5, 2022 · 2 min

Build real-time web applications using WebSockets!

What is the WebSocket? WebSocket is a bi-directional communication protocol. Communication provides over a single TCP connection. Thanks to the WebSocket protocol server and client can communicate in real-time. …