Git Product home page Git Product logo

samples's Introduction

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?

samples's People

Contributors

danmoseley avatar davidfowl avatar gustavo-armenta avatar halter73 avatar ntaylormullen avatar wtgodbe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

samples's Issues

live chart of cpu utilization

  1. read cpu data from local machine and push it to the client.
  2. draw a chart with a simple js library like #raphaeljs

would be nice to subscribe/unsubscribe to different perf-streams.

Calling SingalR\poll?transport=longpolling issue

whenever we change the messageid of the above request we are getting the all the connections history means all the methods are coming as response.please see the attached image for your reference.

Fetch all details 2 (2)

Get some demo for .netCore

current samples most base on .net Framework, and more website mirgate to .nerCore. please get some .netcore demos.

Basic sample for Windows Forms

Just a simple windows forms chat example with a listbox of messages and a textbox and button to send a message that will be added to the list of messages.

combination of signalr with webapi

simple table of big datasets with push updates through signalr, but data transfer via webapi or other rest calls. the sample could show a way to get a good integration of the two technologies.

Self-Host with WebSocket

Should both, client and server build with .net 4.5 and run under Windows 2012 or Windows 8?

Cos I'm just get Server Sent Events.

project tracking like trello

a single page application with good collaboration features like a little trello clone.

  • crud cards
  • push card changes to everyone
  • latency compensation on the client side.
  • console app (or build Integration) for updating cards

would be nice to see more real world examples instead of the 1001 signalr chat.

Sample for Windows Forms using Progress Bar

It would be interesting using SignalR in Windows Forms application for notify progress bar style.

Any sample using SignalR in Windows Forms or Addin VS 2010 for notify long running process ?

I have seen several samples for Web, not for WinForms.

Progress bar for long running process with steps using asp.net, C#, SignalR
http://archive.msdn.microsoft.com/mag201203CuttingEdge
http://growingtech.blogspot.com.es/2012/10/progress-bar-for-long-running-process.html

Basic sample for ASP.NET WebForms

Just a simple web forms chat example with a list of messages and a textbox and button to send a message that will be added to the list of messages.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.