No official iOS client?

Aldariann 1 Reputation point
2021-03-11T08:55:41.8+00:00

Hello,
as an iOS mobile developper, I was interested in adopting the asp.net 5 backend stack.
Unfortunately, it seems there is no "officially" supported iOS client for signalr.

There is one and the author did a good work, but I was more looking for something officially supported and more regularly updated.

I was thinking that MSFT would be at the forefront of this and have up to date, shinny iOS clients for all its products, it is not the case.

Are there plans to create an official client for signalr?

(i don't use xamarin and don't intend to).

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,157 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Lex Li (Microsoft) 4,662 Reputation points Microsoft Employee
    2021-03-11T17:14:03.073+00:00

    SignalR is more like a protocol, for which anyone can write a client implementation. For various reasons, Microsoft only writes and supports a few of its own.

    You might use the JavaScript one if you insist on an "official" implementation, as an iOS app can host JavaScript code,

    https://learn.microsoft.com/en-us/aspnet/core/signalr/supported-platforms?view=aspnetcore-5.0#javascript-client

    0 comments No comments