Giter Site home page Giter Site logo

dcrank'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?

dcrank's People

Stargazers

 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

dcrank's Issues

Small UI fixes/updates

*Messages per second : change label to messages per sec per connection
*remove 'N/A' and 'TBA' from the UI (where possible, given the information we have)
*given agents and workers names like Agent 1, put the ids elsewhere in the display
*Once you are looking at workers, it's not clear how one can go back to the 'agent level'..how to transition between different levels should be more intuitive

Separate Stop and Kill scenarios

My understanding is that we want to handle 2 distinct scenarios - (1) stopping a worker gracefully which would shut down a connection and then kill the process. (2) killing the worker process abruptly.

We need to make the required changes on the UI to allow the user to issue these 2 types of commands.

Command line parser does not separate properties for different modes

The CmdLine package does not have explicit support for the 'executable command [arguments]' format used by DCrank.

Either rework how CmdLine is being used (i.e. switch to the token mode) or replace CmdLine with a different parser that is more adaptable to the DCrank use case.

Fix warnings

Compiling DCrank results in many warnings. With the azure deployment the first step we recommend is to build the project. As an end user if I see all these warnings I would not know if I did something wrong or why I am seeing all these warnings and if something needs to be done before proceeding.
The build should always be clean.

UI Changes

Remove agent ID from UI.
Fix issue involving duplicate messages in the agent log.

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.