2018-04-20 00:50:31 +08:00
---
title: ASP.NET Core SignalR supported platforms
2018-07-17 04:09:39 +08:00
author: tdykstra
2018-06-19 05:05:13 +08:00
description: Supported platforms for ASP.NET Core SignalR
2018-04-20 00:50:31 +08:00
monikerRange: '>= aspnetcore-2.1'
2018-07-17 04:09:39 +08:00
ms.author: tdykstra
2018-04-20 00:50:31 +08:00
ms.custom: mvc
ms.date: 04/20/2018
uid: 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.
## Client system requirements
### Browser support
The SignalR for ASP.NET Core JavaScript client supports the following browsers:
| Browser | Version |
| ------- | ------- |
| Microsoft Internet Explorer | 11 |
| Microsoft Edge | current |
| Mozilla Firefox | current |
| Google Chrome; includes Android | current |
| Safari; includes iOS | current |
### .NET Client support
2018-07-09 10:48:10 +08:00
Any server platform supported by ASP.NET Core. When using IIS, the WebSockets transport requires IIS 8.0 or higher, on Windows Server 2012 or higher. Other transports are supported on all platforms.