Hi,
I want to record a screencast on basic networking and also explore this idea: http://forum.world.st/Community-in-the-IDE-tp2543540p2543540.html
Do you have some links on documentation and/or good code to look at ? I'm searching for best practices / modelizations to write a chat server and client. Actually I've read and tried those:
Cheers, Laurent Laffont Pharo Smalltalk Screencasts: http://www.pharocasts.com/ Blog: http://magaloma.blogspot.com/ _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
I can send you my PBE chapter on Socket (private email).
Noury On 24 oct. 2010, at 11:51, laurent laffont wrote: > Hi, > > I want to record a screencast on basic networking and also explore this idea: http://forum.world.st/Community-in-the-IDE-tp2543540p2543540.html > > Do you have some links on documentation and/or good code to look at ? I'm searching for best practices / modelizations to write a chat server and client. > > Actually I've read and tried those: > http://book.pharo-project.org/book/networking/Socket > http://wiki.squeak.org/squeak/325 > > > Cheers, > > Laurent Laffont > > Pharo Smalltalk Screencasts: http://www.pharocasts.com/ > Blog: http://magaloma.blogspot.com/ > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Thank you Noury.
Indeed for those interested in, I've just remembered that PBE is on github. So we can read it here http://github.com/SquareBracketAssociates/PharoByExample-english/blob/master/Sockets/sockets.tex
Cheers, Laurent.
On Mon, Oct 25, 2010 at 8:40 AM, Noury Bouraqadi <[hidden email]> wrote: I can send you my PBE chapter on Socket (private email). _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On 10/25/2010 09:21 AM, laurent laffont wrote:
> Thank you Noury. > > Indeed for those interested in, I've just remembered that PBE is on > github. So we can read it here > http://github.com/SquareBracketAssociates/PharoByExample-english/blob/master/Sockets/sockets.tex > > Cheers, > > Laurent. Nice! Although I *do* think you should tell the reader that for most uses you would not need to use Socket directly - SocketStream is much more comfortable. I notice you have a planned section on SocketStream, but please let the reader know earlier in the text. regards, Göran _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On 26 oct. 2010, at 10:42, Göran Krampe wrote: > On 10/25/2010 09:21 AM, laurent laffont wrote: >> Thank you Noury. >> >> Indeed for those interested in, I've just remembered that PBE is on >> github. So we can read it here >> http://github.com/SquareBracketAssociates/PharoByExample-english/blob/master/Sockets/sockets.tex >> >> Cheers, >> >> Laurent. > > Nice! Although I *do* think you should tell the reader that for most uses you would not need to use Socket directly - SocketStream is much more comfortable. I notice you have a planned section on SocketStream, but please let the reader know earlier in the text. > Cause, I planned to put the SocketStream section at the end. Noury _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |