Skip to content

A Sample Project where a two clients communicate per SignalR via a WebServer and data is persisted in a MongoDb. Everything is automatically set up with docker-compose

Notifications You must be signed in to change notification settings

JakobFerdinand/SignalRSample

Repository files navigation

SignalRSample

A Sample Project where a two clients communicate per SignalR via a WebServer and data is persisted in a MongoDb. Everything is automatically set up with docker-compose

Setup

To run everything open three terminals.

Terminal 1

docker-compose up

There are two public services running now:

http://localhost:8181/      -- the SignalR Service
http://localhost:8182/      -- the Elm Web Frontend

Terminal 2

cd ./TheReceiverClient
dotnet run

Terminal 3

cd ./TheSenderClient
dotnet run

About

A Sample Project where a two clients communicate per SignalR via a WebServer and data is persisted in a MongoDb. Everything is automatically set up with docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published