Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/FabianGosebrink/ASPNETCore-Angular-SignalR-Typescript
- Owner: FabianGosebrink
- Created: 2016-01-13T13:21:45.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T09:37:23.000Z (over 1 year ago)
- Last Synced: 2024-10-30T21:04:59.865Z (2 months ago)
- Topics: angular, asp, aspnetcore, signalr, typescript
- Language: TypeScript
- Homepage: https://offering.solutions/blog/
- Size: 24.3 MB
- Stars: 305
- Watchers: 39
- Forks: 92
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to ASPNET Core Angular SignalR Typescript 👋
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)_