signalr-web-console
A web based output console for displaying progress messages when executing tasks using ASP.NET C# and SignalR.
What is it?
This repository contains a simple ASP.NET web application using SignalR to send status/progress messages to the client.
This feature is useful when a user triggers one or more time consuming backend processes, usually between 10-30 seconds.
In addition to just displaying messages, the project includes a console for printing the messages a.k.a web console.
Do note, the console is read-only - for printing messages.
How to run
Clone the repo, restore nuget packages (clean & build) and run!
(ASP.NET - 4.7.2 .Net Framework)
How does it work?
When you launch the project, a page will load with a button and a console window.
When you click on the button, an AJAX request will be posted to the server and time consuming tasks will be simulated. As each task completes…