Comment on Elixir – Phoenix LiveView NativeparentComments−lefrenchyOP4yIf it's anything like Phoenix, it's just websocket based on the client (iOS device in this case) which has a DOM diffing mechanism to patch in updates from the Elixir backend.Short answer: no the client side is not elixir I suspect.
Comments
If it's anything like Phoenix, it's just websocket based on the client (iOS device in this case) which has a DOM diffing mechanism to patch in updates from the Elixir backend.
Short answer: no the client side is not elixir I suspect.