ICE 3.4.2
[php5-ice-freebsdport.git] / py / demo / Ice / minimal / README
blob8d3252405080692c87fb978b0bbe8f6f91197017
1 This demo is a minimal Ice "hello world" application. Each time the
2 client is run a "sayHello" invocation is sent to the server.
4 To run the demo, first start the server:
6 $ python Server.py
8 In a separate window, start the client:
10 $ python Client.py
12 Note that this demo hardwires port 10000. If port 10000 is not
13 available on your machine, you need to edit both client and server
14 to use a free port.