Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/FabianGosebrink/ASPNETCore-Angular-SignalR-Typescript

An example of an Angular application using ASP.NET Core and SignalR
https://github.com/FabianGosebrink/ASPNETCore-Angular-SignalR-Typescript

angular asp aspnetcore signalr typescript

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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 over a REST interface and gets datapushed with SignalR. Enjoy!

![signalr](.github/screen.gif "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](https://dotnet.microsoft.com/) and run

```bash
dotnet run
```

in the `backend\ASPNETCore` folder.

```javascript
http://localhost:4200
```

to see the page then.

Have fun!

## Author

👤 **Fabian Gosebrink**

- Twitter: [@FabianGosebrink](https://twitter.com/FabianGosebrink)
- Github: [@FabianGosebrink](https://github.com/FabianGosebrink)

## Show your support

Give a ⭐️ if this project helped you!

---

_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_