Making a server.

Avi Bryant avi.bryant at gmail.com
Thu Apr 28 11:19:56 UTC 2005


On 4/28/05, François THIMON <thimof at iutc3.unicaen.fr> wrote:

> Does someone know whether my code miss something or if I need to have a specific
> kind of client to get the server to work??

François,

The simplest way to get a server running is to install the KomServices
package from SqueakMap, subclass TcpService, and override #serve:. 
Look on the class side to see how to start and stop a service on a
particular port.

It's also good example code if that's what you're looking for.

Avi



More information about the Squeak-dev mailing list