This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
+1 vote

Is it possible to use a Godot game as a client for a SignalR .Net Core server? I am trying to build a game which is similar to Jackbox (use phone browser as a controller).

Is there a better way to go about this?

in Engine by (53 points)

2 Answers

0 votes

I've been trying to find ways to get SignalR Core working correctly with Godot, and it has been extremely painful to figure out how. Classic .NET SignalR can't connect to a SignalR Core server (nor vice versa) and I get all kinds of weird build issues any time I try to use the SignalR Core libraries together with Mono. Even though Mono supports .net standard 2.0 and 2.1, there seems to be some sort of compatability issue between the two. I am currently writing a wrapper library in .netstandard 2.1 to see if I can fix this, but so far it's been hell to debug. I'll let you know what I find.

by (14 points)
0 votes

Hi,

Godot 3.2.2-mono works fine, without any problem, with ASP.NET Core SignalR. I have tested it on Windows and Android with success. I use client library Microsoft.AspNetCore.SignalR.Client for Godot.

https://github.com/gkiryaziev/Godot-mono.SignalR

by (14 points)

How do you make this work with a HTTPS url?

Now it works with https with some hack, but you can find more information for proper way here.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.