This demonstration implements a CORBA Chat service.
This service is specified into the ChatService.idl file.

To run it:

* Starts the CorbaScript environment:

  unix> cssh_install

* Loads used OMG IDL specifications:

  unix> ir_load $CS_HOMEDIR/idl/CosNaming.idl
  unix> ir_load ChatService.idl

* Starts the CORBA Chat server:

  unix> cssh ChatServer.cs [server_name]

* Uses CorbaWeb as Chat clients.
