Using SignalR in ASP.NET Core 1.0

Sam

We have an ASP.NET Core 1.0 RC1 application and we want to incorporate SignalR in it. However, SignalR is not yet a part of ASP.NET Core 1.0.

Is there a way to still incorporate SignalR in our existing app or will we have to look into some other web sockets library such as socket.io?

Shahed C - MSFT

Although SignalR 3 won't be a part of the 1.0 release of ASP.NET Core, you can still use SignalR in an ASP.NET Core web app project.

In fact, check out this SignalR project on the official "aspnet" account on Github:

I download the source code, and here's what it looks like in VS2015 (see screenshot below):

SignalR project

Hope that helps! :)

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

using SignalR and angularjs on Asp.Net 4.0

From Dev

How to get SignalR Hub Context in a ASP.NET Core?

From Dev

SignalR with ASP.NET Core doesnt use websockets but long polling

From Dev

Authorize doesn't work in Signalr of ASP.NET Core 2.1

From Dev

SignalR not working in ASP .Net 5 RC-1

From Dev

Waiting for Available Sockets in ASP.NET using SignalR

From Dev

Using SignalR 2 in ASP.NET 5 application

From Dev

Using SignalR as a standalone server application, and not an Asp.Net one

From Dev

Error in chat application in ASP.Net using SignalR

From Dev

Using sessions in .net core 1

From Dev

ASP.NET webapi or SignalR?

From Dev

How to get additional fields using the Facebook provider in ASP.NET Core RC1?

From Dev

Using remote validation with ASP.NET Core

From Dev

Using NumberFormat property in ASP.NET Core

From Dev

Using MimeMapping in ASP.NET Core

From Dev

Using BeginCollectionItem in ASP.net Core

From Dev

Configuration of asp.net core using settings

From Dev

Using Javascript files in ASP.NET Core

From Dev

Insert using Dapper on asp.net core

From Java

CORS policy don't want to work with SignalR and ASP.NET core

From Dev

ASP.net core Routes /prod/1/review/1

From Dev

ASP .NET Core Respository Id Article passed in was changed to 0?

From Dev

Auth0 with .Net Core ASP MVC to WebAPI Authentication

From Dev

Auth0, Angular 4 and ASP.NET Core

From Dev

Using SHA-1 in .NET Core

From Dev

.NET Core v1 release compatible with ASP.NET CORE RC1?

From Dev

Why is HTTPContext.Current.Session null using SignalR 2.x libraries in a ASP .Net MVC application?

From Dev

Risks of Using System.Threading.Timer in an ASP.Net/SignalR Environment

From Dev

How to force a server to send an event-data constantly, using ASP.NET MVC + SignalR?

Related Related

  1. 1

    using SignalR and angularjs on Asp.Net 4.0

  2. 2

    How to get SignalR Hub Context in a ASP.NET Core?

  3. 3

    SignalR with ASP.NET Core doesnt use websockets but long polling

  4. 4

    Authorize doesn't work in Signalr of ASP.NET Core 2.1

  5. 5

    SignalR not working in ASP .Net 5 RC-1

  6. 6

    Waiting for Available Sockets in ASP.NET using SignalR

  7. 7

    Using SignalR 2 in ASP.NET 5 application

  8. 8

    Using SignalR as a standalone server application, and not an Asp.Net one

  9. 9

    Error in chat application in ASP.Net using SignalR

  10. 10

    Using sessions in .net core 1

  11. 11

    ASP.NET webapi or SignalR?

  12. 12

    How to get additional fields using the Facebook provider in ASP.NET Core RC1?

  13. 13

    Using remote validation with ASP.NET Core

  14. 14

    Using NumberFormat property in ASP.NET Core

  15. 15

    Using MimeMapping in ASP.NET Core

  16. 16

    Using BeginCollectionItem in ASP.net Core

  17. 17

    Configuration of asp.net core using settings

  18. 18

    Using Javascript files in ASP.NET Core

  19. 19

    Insert using Dapper on asp.net core

  20. 20

    CORS policy don't want to work with SignalR and ASP.NET core

  21. 21

    ASP.net core Routes /prod/1/review/1

  22. 22

    ASP .NET Core Respository Id Article passed in was changed to 0?

  23. 23

    Auth0 with .Net Core ASP MVC to WebAPI Authentication

  24. 24

    Auth0, Angular 4 and ASP.NET Core

  25. 25

    Using SHA-1 in .NET Core

  26. 26

    .NET Core v1 release compatible with ASP.NET CORE RC1?

  27. 27

    Why is HTTPContext.Current.Session null using SignalR 2.x libraries in a ASP .Net MVC application?

  28. 28

    Risks of Using System.Threading.Timer in an ASP.Net/SignalR Environment

  29. 29

    How to force a server to send an event-data constantly, using ASP.NET MVC + SignalR?

HotTag

Archive