Post

Building Real-time Public Transport Tracking System on Azure - Part 6 - Building Frontend

This is next post in series about real-time public transport tracking system development based on Azure infrastructure and services. This article is a part of Applied Cloud Stories initiative - aka.ms/applied-cloud-stories.

Blog posts in this series:

Background

Now that we have received the data, ran through all required processing pipelines, prepared various profiles and have written data out to active (connected clients) gRPC channels, it’s time to render snapshot on the screen.

Solution

For this part we gonna ask for help from my colleague and good friend - Dzulqarnain Nasir. So let’s head over to his blog series here.

He is going to fill up space to write about how to build front-end application that uses gRPC channels to talk to the server, offload heavy processing to web workers (to free up CPU for rendering) and other quite cool things. Bookmark and keep an eye on this blog posts!

Happy frontending!

[eof]

This post is licensed under CC BY 4.0 by the author.

Comments powered by Disqus.