Today I created an IOS app and web app that would allow a host to change client’s background color. A Demo video is here:
That’s the first IOS app I did with Swift. Client app (both native and web) used websocket to connect to the socketIO server. The Host app was a list of button with Colors, and whenever the button was clicked, the client app would receive an event and updated the background color of the client app.