On Wed, Nov 09, 2016 at 05:52:43PM +0200, itay yahalom wrote: > is there any RFB or VNC to use with pharo 5? > i want to connect to my pharo 5 environment remotly, the image sit on a > linux server that is hosted on digital-ocean .
Yes there is an RFB server implemented in Smalltalk. The GUI interace may not work in Pharo 5 but you can execute the server in a playground, I've written some blog posts on this topic, at http://www.samadhiweb.com/tags/RFB. Most recent post on the topic is from 2014, but the blog _is_ currently powered by a Pharo 5 instance with a running RFB server. Pierce