I understand that Phoenix
channels can manage communications from server to client side web browser. I never used them. My Question, has anyone had success using Phoenix
channels along with Phoenix JSON API
back-end, VueJS
on front-end? Is it possible to listen to Phoenix
channels from a VueJS
application?
Second question, is Phoenix
channels reliable when used over WiFi
or mobile data? Or is 5-second-interval server pull techniques better?