Godot-mono.SignalR icon indicating copy to clipboard operation
Godot-mono.SignalR copied to clipboard

Simple ASP.NET Core SignalR Server with Godot-mono SignalR Client

Simple ASP.NET Core SignalR Server with Godot-mono SignalR Client

Alt text

Tested with Godot 3.2.2

Restore client library

> cd Godot.SignalR.Client
> nuget restore

Run local server

> cd SignalR.Server
> run.cmd