In the previous chapter, we successfully developed and deployed our first connected holographic application, visualized near real-time data using HoloLens. The application we have developed and tested connects with backend services, pulls data in real time, and incorporates that data feed within holographic application. However, in the last project, we only pulled the data and updated the rendering of objects based on data feed.
In this chapter and next chapter, you will learn to build another connected holographic application that will not only pull data from external system in real time and display it but will also post the data or user actions back to services. Along with that, you will also learn the scenario, where we will download assets in real time, rather than predefining them within the application...