Microsoft.AspNet.SignalR.Owin 1.1.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNet.SignalR.Owin --version 1.1.2
NuGet\Install-Package Microsoft.AspNet.SignalR.Owin -Version 1.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AspNet.SignalR.Owin" Version="1.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.AspNet.SignalR.Owin --version 1.1.2
#r "nuget: Microsoft.AspNet.SignalR.Owin, 1.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.AspNet.SignalR.Owin as a Cake Addin
#addin nuget:?package=Microsoft.AspNet.SignalR.Owin&version=1.1.2

// Install Microsoft.AspNet.SignalR.Owin as a Cake Tool
#tool nuget:?package=Microsoft.AspNet.SignalR.Owin&version=1.1.2

OWIN componenets for ASP.NET SignalR.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on Microsoft.AspNet.SignalR.Owin:

Package Downloads
RelaxCoder.WebBrowserSignalR

// WinXp/2003 only support up to IE8(No WebSocket), so your WinForm project with Html5 UI will be very slow. // 1.Create a DotNet4.0 project(WindowsFormsApplication) and copy codes below. // 2.Add an Application Manifest File(app.manifest) to your project and set requestedExecutionLevel to "requireAdministrator" or "highestAvailable". // 3.Download and unzip to your project excute path and run your project. // (select Win32 Binary) http://webkitdotnet.sourceforge.net/downloads.php // // 4.If you want Chrome kernel, change code to enumWebBrowserType.CefSharp // https://github.com/cefsharp/CefSharp/releases/download/v1.25.5/CefSharp-v1.25.5-binaries.zip // CefSharp-v1.25.5 need Microsoft Visual C++ 2012 Redistributable // using System; using System.Windows.Forms; namespace test1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); var WebBrowserType = RelaxCoder.WebBrowserSignalR.WebBrowserSignalR.enumWebBrowserType.WebKit; var SignalrSelfHostPort = 60001; var SignalrSelfHostIp = "127.0.0.1"; Action DisposeAction_AfterFormDisposedEvent = () => { // Your DisposeAction }; string urlSignalr = null; var w = RelaxCoder.WebBrowserSignalR.WebBrowserSignalR.AddWebBrowser(SignalrSelfHostIp, SignalrSelfHostPort, WebBrowserType, "", this, "", out urlSignalr, DisposeAction_AfterFormDisposedEvent); RelaxCoder.WebBrowserSignalR.WebBrowserSignalR.SetWebBrowserUrl(w, "http://html5test.com"); } } }

Kleu.Utility.Web

Web stack with OWIN, WebApi, SignalR, Autofac, AutoMapper, various utilities and configuration defaults to speed up initial setup efforts

ScriptCs.SignalR

Some simple helpers for writing SignalR in C# scripts. The main purpose of this is to allow sending messages to clients without having to use the dynamic object, which is not supported by Roslyn (and therefore ScriptCs) at the time of writing.

Supwin.ServiceFramework.BaseServices

My package description.

Televic.Mycro

Light-weight framework for building micro services

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Microsoft.AspNet.SignalR.Owin:

Repository Stars
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
DaxStudio/DaxStudio
DAX Studio is a tool to write, execute, and analyze DAX queries in Power BI Desktop, Power Pivot for Excel, and Analysis Services Tabular.
restful-routing/restful-routing
A rails inspired restful routing api for asp .net mvc
telerik/kendo-ui-demos-service
Back-end service used for the Kendo UI Online Demos
Version Downloads Last updated
1.2.2 3,200,759 8/29/2014
1.2.1 98,856 2/17/2014
1.2.0 45,867 12/19/2013
1.1.4 248,853 12/10/2013
1.1.3 152,233 8/6/2013
1.1.2 82,156 6/1/2013
1.1.1 35,616 5/20/2013
1.1.0 22,744 5/14/2013
1.1.0-beta1 17,600 4/11/2013
1.0.1 169,797 2/28/2013
1.0.0 300,890 2/18/2013
1.0.0-rc2 37,535 1/15/2013
1.0.0-rc1 23,441 12/13/2012