1.5 KiB
1.5 KiB
title | author | description | monikerRange | ms.author | ms.custom | ms.date | uid |
---|---|---|---|---|---|---|---|
ASP.NET Core SignalR supported platforms | tdykstra | Supported platforms for ASP.NET Core SignalR | >= aspnetcore-2.1 | tdykstra | mvc | 09/26/2018 | signalr/supported-platforms |
ASP.NET Core SignalR supported platforms
Server system requirements
SignalR for ASP.NET Core supports any server platform ASP.NET Core supports.
JavaScript client
The JavaScript client runs on NodeJS 8 and later versions and the following browsers:
Browser | Version |
---|---|
Microsoft Edge | current |
Mozilla Firefox | current |
Google Chrome; includes Android | current |
Safari; includes iOS | current |
Microsoft Internet Explorer | 11 |
.NET client
The .NET client runs on any server platform supported by ASP.NET Core.
When the server runs IIS, the WebSockets transport requires IIS 8.0 or higher, on Windows Server 2012 or higher. Other transports are supported on all platforms.
Java client
The Java client supports Java 8 and later versions.
Unsupported clients
The following clients are available but are experimental or unofficial. They are not supported now and may not ever be supported.