This master's thesis compares different web technologies for publishing real-time GPS vehicle location data. The study area is Jayanagar locality in Bangalore, India. Vehicle locations are captured using a GPS simulator and stored in a PostgreSQL database. The locations are published using different technologies - AJAX, Server Sent Events, and WebSockets - and visualized on a web application. HTTP traffic is inspected and visualization statistics are logged to analyze bandwidth usage and efficiency. The results show that the newer technologies of SSE and WebSockets use bandwidth more efficiently than traditional AJAX polling for real-time vehicle tracking applications.