thangchung / netcorelibs

The .NET Core best practices and tips for booting up the project development.
MIT License
3 stars 0 forks source link

Actor model? #14

Open thangchung opened 7 years ago

thangchung commented 7 years ago

Consider implementing Actor model. Some of the references it as below

Integrate with .NET Core (this good, but maybe it does not work well with Akka.Net at the moment, fair enough)

Articles

Others

thangchung commented 7 years ago

Completed example can be found at https://github.com/ArchDev/akka-http-rest and https://github.com/ArchDev/unidirectional-akka-redux

thangchung commented 7 years ago

Another good article to get a deeply understanding on actor model => http://www.codeguru.com/csharp/csharp/cs_webservices/akka.net.building.blocks.html