Skip to content

Latest commit

 

History

History
 
 

GreeterJson

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GreeterJson

The GreeterJson example illustrates how to use JSON to encode the payloads of IceRPC requests and responses.

It's a variation of the Greeter example that uses JSON instead of Slice. See also the GreeterCore example that uses the same core APIs to create requests and responses.

You can build the client and server applications with:

dotnet build

First start the Server program:

cd Server
dotnet run

In a separate window, start the Client program:

cd Client
dotnet run