/OrleansCommonLibDemo

Demo using GranDen Orleans CommonLib on both client and server side

Primary LanguageC#MIT LicenseMIT

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.