GitPedia

ASPNETCore Angular SignalR Typescript

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

From FabianGosebrink·Updated May 27, 2026·View on GitHub·

**ASPNETCore Angular SignalR Typescript** is An example of an Angular application using ASP.NET Core and SignalR The project is written primarily in TypeScript, first published in 2016. Key topics include: angular, asp, aspnetcore, signalr, typescript.

<h1 align="center">Welcome to ASPNET Core Angular SignalR Typescript 👋</h1> <p> <a href="https://twitter.com/FabianGosebrink"> <img alt="Twitter: FabianGosebrink" src="https://img.shields.io/twitter/follow/FabianGosebrink.svg?style=social" target="_blank" /> </a> </p>

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

signalr

Install

Just clone this repo and run

javascript
npm install

in the \frontend\angularsignalrclient folder.

Usage

javascript
npm start

in the \frontend\angularsignalrclient folder.

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

bash
dotnet run

in the backend\ASPNETCore folder.

javascript
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

Contributors

Showing top 5 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from FabianGosebrink/ASPNETCore-Angular-SignalR-Typescript via the GitHub API.Last fetched: 6/18/2026