Skip to content

Latest commit

 

History

History
 
 

Greeter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Greeter

A simple Greeter that uses the core IceRPC APIs - and encodes request/response payloads with JSON.

You can build the client and server applications with:

dotnet build

First start the Server program:

cd Server
dotnet run

In a separate terminal, start the Client program:

cd Client
dotnet run