Skip to content

jgoelten/ASPNETCore-Angular-SignalR-Typescript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to ASPNET Core Angular SignalR Typescript 👋

Twitter: FabianGosebrink

With this project we are running an Angular project which is getting updated by an ASP.NET Core backend with SignalR. It receives data ove ra REST interface and gets datapushed with SignalR. Enjoy!

signalr

Install

Just clone this repo and run

npm install

in the \frontend\angularsignalrclient folder.

Usage

npm start

in the \frontend\angularsignalrclient folder.

To run the backend make sure you have installed the dotnet cli and run

dotnet watch run

in the backend\ASPNETCore folder.

http://localhost:4200

to see the page then.

Have fun!

Author

👤 Fabian Gosebrink

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

An example of an Angular application using ASP.NET Core and SignalR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 49.9%
  • C# 30.7%
  • HTML 9.2%
  • JavaScript 7.2%
  • CSS 3.0%