The client (our iOS app) need to be able to connect to a socket on the backend. Whenever a PUT request comes in for a garage, emit an event with the updated data.
Document this (port to connect to, what events to expect, etc.) so that the client can easily connect.
The client (our iOS app) need to be able to connect to a socket on the backend. Whenever a PUT request comes in for a garage,
emitan event with the updated data.Document this (port to connect to, what events to expect, etc.) so that the client can easily connect.