You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@miguelmartins17 good question. The Flutter App will make HTTP Requests to the Phoenix REST API.
That's why I created #6 to test how easy/difficult it is to make a REST API request. 👍
Once we have got the REST Requests working we will need to implement WebSockets for "real time" interactions. Phoenix's "superpower" is making WebSockets easy.
See: https://flutter.dev/docs/cookbook/networking/web-sockets
I would like to know more about this because I never understood how the connection between the two could be made.
The text was updated successfully, but these errors were encountered: