This document outlines the implementation of a location-based service using WebSockets in a Java Spring Boot environment. It covers the configuration of WebSocket support, creation of a handler for processing binary messages related to user location updates, and querying available drivers within a specified radius. The emphasis is placed on the advantages of WebSockets over traditional HTTP for interactive data communication, specifically for applications similar to ride-hailing services.