Login  Register

Re: Community in the IDE

Posted by Benjamin Van Ryseghem (Pharo) on Feb 22, 2011; 4:35pm
URL: https://forum.world.st/Community-in-the-IDE-tp2543540p3319538.html

Hello guys, 

I've done a very simple Pharo Messenger that you can test here: 

Gofer new 
        squeaksource: 'PharoInstantMessenge'; 
        package: 'PIM'; 
        load 

For launching the server: 
      ChatServerLauncher launch: aPortNumber. 

For launching the client: 
      WindowsManager default openInWorld. 


I will see if I can found a server to put the image :) 


Thanks in advance for your feedbacks, 

Ben