This demo is a minimal Ice "hello world" application. Each time the client is run a "sayHello" invocation is sent to the server.
To run the demo, first you need to start an Ice minimal server from another language mapping (Java, C++, C#, or Python). Please refer to the README in the server subdirectory for more information on starting the server.
After starting the server, open a separate window and start the client:
$ node Client.js
Note that this demo hardwires port 10000. If port 10000 is not available on your machine, you need to edit both client and server to use a free port.