Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 663 Bytes

Readme.md

File metadata and controls

8 lines (5 loc) · 663 Bytes

GranDen Orleans common libarary Demo

This repository contains the example usage of Microsoft Orleans hosting library: Orleans.NetCoreGenericHost.CommonLib and Client connecting library : Orleans.Client.CommonLib,
You need a localhost development MongoDB to run this sample project.

Check readme on ServerSide/Grains to see how to create a Orleans Grain that could be dynamic loaded in the example SiloHost backend server.

See docker branch to get docker deployment example.