# SignalR-Server **Repository Path**: fjzprogram/SignalR-Server ## Basic Information - **Project Name**: SignalR-Server - **Description**: Real-time web functionality for web apps, including server-side push. - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-04-18 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ASP.NET SignalR Server ======== AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/rx21cyyt494kak2v/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/SignalR-Server/branch/dev) Travis: [![Travis](https://travis-ci.org/aspnet/SignalR-Server.svg?branch=dev)](https://travis-ci.org/aspnet/SignalR-Server) ASP.NET SignalR is a is a new 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. This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.