Realtime Phoenix

I am wondering if it would be useful to have a “show off your realtime phoenix project” thread? My summer project is to learn Channels by cooking up a realtime version of the student achievement system the Ministry of Education uses here to determine graduation. I just finished designing a cloud-native version for them using Vuejs and JSON API’s in SpringBoot that will eventually do batch processing from districts. I figure a realtime solution would eliminate the need to process nightly batch, so this is an interesting problem to solve while I learn some Phoenix.

1 Like

Sounds like a good idea! What do you mean by Realtime? Something like what phoenix live view does?

1 Like

I was thinking sockets and channels. I think Phoenix Live View should have it’s own thread, yes?

1 Like