/Orleans.Sample.Web

Sample Web application using Microsoft Orleans and Orleans Streams

Primary LanguageC#MIT LicenseMIT

Orleans.Sample.Web

Architecture

Component Diagram

Sequence Diagrams

Technologies Used:

Build and Run

docker-compose up --build

How to test

id=$(curl http://localhost:5000/players/\?name\=test -X POST -H "Content-Length: 0")
id=${id:1:${#id}-2}
echo $id
curl "http://localhost:5000/players/$id"