Microsoft.AspNet.SignalR.Owin
1.2.2
Prefix Reserved
Install-Package Microsoft.AspNet.SignalR.Owin -Version 1.2.2
dotnet add package Microsoft.AspNet.SignalR.Owin --version 1.2.2
<PackageReference Include="Microsoft.AspNet.SignalR.Owin" Version="1.2.2" />
paket add Microsoft.AspNet.SignalR.Owin --version 1.2.2
#r "nuget: Microsoft.AspNet.SignalR.Owin, 1.2.2"
// Install Microsoft.AspNet.SignalR.Owin as a Cake Addin
#addin nuget:?package=Microsoft.AspNet.SignalR.Owin&version=1.2.2
// Install Microsoft.AspNet.SignalR.Owin as a Cake Tool
#tool nuget:?package=Microsoft.AspNet.SignalR.Owin&version=1.2.2
OWIN componenets for ASP.NET SignalR.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- Microsoft.AspNet.SignalR.Core (>= 1.2.2)
- Owin (>= 1.0.0)
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"); } } } |
|
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. |
|
Kleu.Utility.Web
Web stack with OWIN, WebApi, SignalR, Autofac, AutoMapper, various utilities and configuration defaults to speed up initial setup efforts |
|
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 | 2,147,500 | 8/29/2014 |
1.2.1 | 75,154 | 2/17/2014 |
1.2.0 | 29,635 | 12/19/2013 |
1.1.4 | 184,038 | 12/10/2013 |
1.1.3 | 133,771 | 8/6/2013 |
1.1.2 | 70,519 | 6/1/2013 |
1.1.1 | 27,494 | 5/20/2013 |
1.1.0 | 12,278 | 5/14/2013 |
1.1.0-beta1 | 9,787 | 4/11/2013 |
1.0.1 | 134,677 | 2/28/2013 |
1.0.0 | 216,238 | 2/18/2013 |
1.0.0-rc2 | 27,222 | 1/15/2013 |
1.0.0-rc1 | 14,351 | 12/13/2012 |