Skip to content

Latest commit

 

History

History

HelloStream

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

HelloStream

A simple stream provider and grain streams.

Server

cd HelloStream/HelloStream.Host
dotnet run

Results

Start server.

Client 1

cd HelloStream/HelloStream.Client
dotnet run

Results

Connected.
Send a message.
Hello <enter>
Hello
How are you?

Client 2

cd HelloStream/HelloStream.Client
dotnet run

Results

Connected.
Send a message.
Hello
How are you? <enter>
How are you?