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

https://github.com/psosnicki/aspcore-webapi-angular-signalr-example

aspcore webapi angular signalr example
https://github.com/psosnicki/aspcore-webapi-angular-signalr-example

angular asp-net-core aspcore docker-compose example ngx-charts realtime signalr

Last synced: 4 months ago
JSON representation

aspcore webapi angular signalr example

Awesome Lists containing this project

README

          

# ASP.NET Core WebApi SignalR Angular App Real time chart simple example

![Alt Text](example.gif)

### Build with:

- ASP.NET Core Web API
- SignalR
- Angular
- ngx-charts
- Docker

```
cd src
```

### Web API:

```
dotnet run ./WebApi --project WebApi
```

### Angular App :
```
npm start --prefix ./AngularApp
```

### or run in docker

```
docker-compose up
```


Browse to http://localhost:4200