All Projects β†’ SignalR β†’ Signalr

SignalR / Signalr

Licence: other
Incredibly simple real-time web for .NET

Programming Languages

C#
18002 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
powershell
5483 projects
typescript
32286 projects
shell
77523 projects

Projects that are alternatives of or similar to Signalr

Aspnetcore Angular Ngrx
πŸš€ An ASP.NET Core WebAPI Demo with an Angular Client using Ngrx store and effects and Signalr
Stars: ✭ 141 (-98.35%)
Mutual labels:  asp, signalr
Sio.core
βœ” [ SIOC ] Swastika I/O Core is an all in one platform (e.g CMS, eCommerce, Forum, Q&A, CRM...) ASP.NET Core / Dotnet Core System based on SIOH Framework.
Stars: ✭ 121 (-98.58%)
Mutual labels:  asp, signalr
SdvCodeWebsite
Simeon Valev - Personal Blog - Developed on ASP.NET Core MVC - Server-Side Blazor - See README.md file for more information
Stars: ✭ 38 (-99.55%)
Mutual labels:  asp, signalr
Signalw
Even simpler and faster real-time web for ASP.NET Core.
Stars: ✭ 125 (-98.53%)
Mutual labels:  asp, signalr
Aspnetcore Angular Signalr Typescript
An example of an Angular application using ASP.NET Core and SignalR
Stars: ✭ 288 (-96.62%)
Mutual labels:  asp, signalr
Dotnetify
Simple, lightweight, yet powerful way to build real-time web apps.
Stars: ✭ 927 (-89.14%)
Mutual labels:  signalr
Sanalog 1.5.2 Sln
Sanalog 1.5.2 Solition Project
Stars: ✭ 50 (-99.41%)
Mutual labels:  asp
Signalrsample
Real-time Charts with ASP.NET Core SignalR and Chart.js.
Stars: ✭ 23 (-99.73%)
Mutual labels:  signalr
Aspexec
aspε‘½δ»€ζ‰§θ‘Œwebshell
Stars: ✭ 16 (-99.81%)
Mutual labels:  asp
Sanalog 1.5.2 Web
Sanalog v1.5.2 Solution Package
Stars: ✭ 61 (-99.29%)
Mutual labels:  asp
Applying eanns
A 2D Unity simulation in which cars learn to navigate themselves through different courses. The cars are steered by a feedforward neural network. The weights of the network are trained using a modified genetic algorithm.
Stars: ✭ 1,093 (-87.19%)
Mutual labels:  asp
Asp.net
This repository contains code and files related to ASP.NET
Stars: ✭ 37 (-99.57%)
Mutual labels:  asp
Odict
An open grammatical dictionary of Russian
Stars: ✭ 8 (-99.91%)
Mutual labels:  asp
Priviledgebook
ζζƒηš„ζ–‡ζ‘£
Stars: ✭ 53 (-99.38%)
Mutual labels:  asp
Spcsaiselfdrivingcar
A virtual self driving car powered by Unity and Machine Learning.
Stars: ✭ 23 (-99.73%)
Mutual labels:  asp
Shaderprofilingandoptimization
Demo project for the "Shader Profiling and Optimization" talk presented at Unite Shanghai 17.
Stars: ✭ 59 (-99.31%)
Mutual labels:  asp
Walk the blocks
Implementation of Scheduled Policy Optimization for task-oriented language grouding
Stars: ✭ 22 (-99.74%)
Mutual labels:  asp
Server
The core infrastructure backend (API, database, Docker, etc).
Stars: ✭ 8,797 (+3.11%)
Mutual labels:  signalr
Spa Asp.net Api Vuejs
A Vue.js single page application for basic Management By Objective tasks using ASP .NET Webapi 2 and SQL server
Stars: ✭ 57 (-99.33%)
Mutual labels:  asp
Hungryball
Stars: ✭ 27 (-99.68%)
Mutual labels:  asp

ASP.NET SignalR

IMPORTANT: There will be no new features added to this product. We are in maintenance mode and only fixing critical issues. See our blog post for details. This repository hosts code and project management for ASP.NET SignalR, for use in .NET Framework applications using System.Web or Katana. If you are looking for information on ASP.NET Core SignalR, see the https://github.com/aspnet/AspNetCore/tree/main/src/SignalR repository.

ASP.NET SignalR is a library for ASP.NET developers that makes it incredibly simple to add real-time web functionality to your applications. What is "real-time web" functionality? It's the ability to have your server-side code push content to the connected clients as it happens, in real-time.

What can it be used for?

Pushing data from the server to the client (not just browser clients) has always been a tough problem. SignalR makes it dead easy and handles all the heavy lifting for you.

Documentation

See the documentation

Get it on NuGet!

Install-Package Microsoft.AspNet.SignalR

Get a sample on NuGet, straight into your app!

Install-Package Microsoft.AspNet.SignalR.Sample

LICENSE

Apache 2.0 License

Contributing

See the contribution guidelines

Building the source

git clone [email protected]:SignalR/SignalR.git (or https if you use https)

Windows

After cloning the repository, run build.cmd.

NOTE: Opening the solution requires VS 2017.

Questions?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].