Skip to content

mikebridge/AkkaSignalR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SignalR and Akka.NET

This is an example of how to use Akka.NET, SignalR and ASP.Net Core (on the 461 framework) together. It accompanies this blog post.

Usage:

You should be able to run this just from the command line if you have Node and Dotnet Core installed, but otherwise you'll need VS2015 or greater:

> cd src\Web
> npm install
> npm run start

Then in another console:

> cd src\EchoAPI
> dotnet restore
> dotnet run

In a browser, navigate to http://localhost:3000/. It connects on startup, so reloading the page will retry the connection to SignalR.

About

An example using SignalR, Akka.NET and ASP.NET Core

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published