|
In the video demo, there is a segment where the counter is being updated (which is no big deal) but at the bottom there is a push notification. This saves a ton of code by using just a few lines. |
Answered by
mbrandonw
May 25, 2025
Replies: 2 comments 3 replies
|
Hi @OBXfund, I'm not sure what you are referring to. Can you please provide more information? Which video are you referring to, and at what timestamp? |
1 reply
|
Close to 33 minutes: The app is showing a counter. Then, he says “I’m going to open another in Safari.” They are side by side. He updates the one on Safari and it pushes the update to the app version right beside it. This is especially interesting because:
I suggest watching the entire series of videos for reference. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi @OBXfund, I think there may be some confusion. What we are showing is Swift running in the browser via Wasm, and the browser windows are communicating through local storage, which is a very simple storage system built into all browsers. The updates are not being "pushed" in any real sense. It would not work with two browsers on two different computers.
I am the co-creator of that video :) If you want more info on cross-platform Swift you can see our videos here.