The following sections assume that you have successfully installed
Fnorb by following the instructions provided in the Chapter
.
As dictated by tradition, we will start with a ``Hello World'' example. In this case it will be implemented as a client/server system, with a server object in one process offering the hello_world() operation, and a client in another process that locates the server object and invokes the operation on it.