Skip to content

jaydeboer/AkkaNetExplorations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AkkaNetExplorations

This is just a place to share my first wanderings into AKKA.net

Sample1

Yup you guessed it, my first sample project.

Sample2

A concept actor system for dealing with user move requests.

Sample3

Expanding on Sample 1 above by adding some services that our actors can, well, act upon.

Build instructions

From the Sample3/ folder, you can run your

> dnu restore

for restoring dependencies and to actually build the full suite,

> dnu build ./**

For testing, you will need to drop down into the specific testing projects and then run

> dnx test

This will kick off the xUnit tests in that project.

For Visual Studio, you will want the Visual Studio Text Extensions for xUnit.net in order to run tests from within the IDE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages