Subscribe to access all episodes. View plans →
Published September 16, 2019
Here in our UI, we’re listing the prices for the cryptocurrencies we want to track. The prices are updated every minute, but in order to see the new prices, we have refresh the page.
In this episode we’ll update our application so that when a coin is updated, our page updates too and to do that let’s use Phoenix Channels. The first thing we’ll want to do is…