Skip to content

stanroze/orleans

 
 

Repository files navigation

Orleans - Distributed Actor Model

Build status NuGet Issue Stats Issue Stats

Gitter

Orleans is a framework that provides a straight-forward approach to building distributed high-scale computing applications, without the need to learn and apply complex concurrency or other scaling patterns. It was created by Microsoft Research and designed for use in the cloud. Orleans has been used extensively running in Microsoft Azure by several Microsoft product groups, most notably by 343 Industries as a platform for all of Halo 4 cloud services, as well as by a number of other projects and companies.

Installation

The stable production-quality release is located here.

The latest clean development branch build from CI is located: here

Alternatively, you can clone the sources from GitHub, and run the Build.cmd script to build Binaries locally. Then just xcopy Binaries\Release* or reference Binaries\NuGet.Packages* or install Binaries\Release\orleans_setup.msi.

Documentation

Documentation is located here

Contributing To This Project

You are also encouraged to start a discussion by filing an issue.

License

This project is licensed under the MIT license.

About

Orleans - Distributed Virtual Actor Model

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 96.7%
  • PowerShell 2.4%
  • Visual Basic .NET 0.5%
  • Batchfile 0.3%
  • Smalltalk 0.1%
  • F# 0.0%