Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 459 Bytes

README.md

File metadata and controls

47 lines (37 loc) · 459 Bytes

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?