There is an interesting project:
http://smalltalkhub.com/#!/~PharoExtras/RemoteAnnouncement
to remote transfer Announcements in Pharo. Here is an extract from the docu:
RemoteAnnouncer makes it possible for RemoteAnnoucerProxy (in another image or on another machine across the network) to both publish and consume Announcements to and from the Announcer that I wrap.
I use the WebSocket protocol and STON serialization.
I am remotely known by my port.
I am either started as a publisher (#startPublisher) or as a consumer (#startReceiver)
No comments:
Post a Comment