I am trying to create an online whiteboard where the server draws/sketches something on a panel and the client/clients can see it live.
I am using JavaFX scene builder for the application.
I know how to serialize objects into streams, but are JavaFX objects(like scenes, layouts, panels) serializable?
I can't actually find any way to update the scene in client dynamically following the server. Please Help!