ASP.NET Core SignalR supported platforms
Server system requirements
SignalR for ASP.NET Core supports any server platform that ASP.NET Core supports.
JavaScript client
The JavaScript client runs on the current Node.js long-term support (LTS) release and the following browsers:
Browser | Version |
---|---|
Apple Safari, including iOS | Current† |
Google Chrome, including Android | Current† |
Microsoft Edge | Current† |
Mozilla Firefox | Current† |
†Current refers to the latest version of the browser.
The JavaScript client doesn't support Internet Explorer and other older browsers. The client might have unexpected behavior and errors on unsupported browsers.
.NET client
The .NET client runs on any platform supported by ASP.NET Core. For example, Xamarin developers can use SignalR for building Android apps using Xamarin.Android 8.4.0.1 and later and iOS apps using Xamarin.iOS 11.14.0.4 and later.
If the server runs IIS, the WebSockets transport requires IIS 8.0 or later on Windows Server 2012 or later. 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. The following clients aren't currently supported and may never be supported:
Browsers that don't support ECMAScript 6 (ES6)
SignalR targets ES6. For browsers that don't support ES6, transpile the library to ES5. For more information, see Getting Started with ES6 – Transpiling ES6 to ES5 with Traceur and Babel.
ASP.NET Core