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
- Host: GitHub
- URL: https://github.com/psosnicki/aspcore-webapi-angular-signalr-example
- Owner: psosnicki
- Created: 2022-12-31T13:40:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T13:48:58.000Z (about 3 years ago)
- Last Synced: 2025-07-29T16:01:39.887Z (6 months ago)
- Topics: angular, asp-net-core, aspcore, docker-compose, example, ngx-charts, realtime, signalr
- Language: TypeScript
- Homepage:
- Size: 4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASP.NET Core WebApi SignalR Angular App Real time chart simple example

### 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