All Projects → chsakell → Aspnet Core Signalr Angular

chsakell / Aspnet Core Signalr Angular

Licence: mit
Real-time applications using ASP.NET Core, SignalR & Angular

Real-time applications using ASP.NET Core, SignalR & Angular

Build status

Blog post: Real-time applications using ASP.NET Core, SignalR & Angular

Features explained
  • Fire up an empty ASP.NET Core web application using yeoman
  • Configure and install MVC and SignalR Server dependencies
  • Install SignalR Client-Typescript dependencies
  • Create SignalR hubs
  • Integrate MVC Controllers (API) with SignalR
  • Create the Angular-SignalR service to communicate with SignalR hubs
  • Add Reccurent Tasks on a ASP.NET Core application
dotnet-core-api-14

Installation Instructions

  1. Clone or download the repository and open it on your favorite editor
  2. Make sure you have the latest .NET Core version installed (link 1 - link 2)
  3. Open a command prompt and run the following commands
    1. npm install
    2. bower install
    3. npm start
  4. Open another command prompt and run the following commands
    1. dotnet restore
    2. dotnet run

aspnet-core-signalr-angular

Microsoft Azure Deployment

Learn how to deploy an ASP.NET Core - Angular 2 - SignalR app on Microsoft Azure here.

Donations

For being part of open source projects and documenting my work here and on chsakell's blog I really do not charge anything. I try to avoid any type of ads also.

If you think that any information you obtained here is worth of some money and are willing to pay for it, feel free to send any amount through paypal.

Paypal
Buy me a beer

Follow chsakell's Blog

Facebook Twitter
Microsoft Web Application Development
facebook twitter-small

License

Code released under the MIT license.
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].