All Projects → FabianGosebrink → Aspnetcore Angular Signalr Typescript

FabianGosebrink / Aspnetcore Angular Signalr Typescript

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

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Aspnetcore Angular Signalr Typescript

Aspnetcore Angular Ngrx
🚀 An ASP.NET Core WebAPI Demo with an Angular Client using Ngrx store and effects and Signalr
Stars: ✭ 141 (-51.04%)
Mutual labels:  aspnetcore, asp, signalr
Parbad
A free, open-source, integrated and extensible library which connects your web applications to online payment gateways. Gateways can be added or developed by you.
Stars: ✭ 194 (-32.64%)
Mutual labels:  aspnetcore, asp
Blazorwebformscomponents
A collection of Blazor components that emulate the ASP.NET Web Forms controls of the same name
Stars: ✭ 274 (-4.86%)
Mutual labels:  aspnetcore, asp
PugetSound
PugetSound allows you and your group to enjoy music together using Spotify.
Stars: ✭ 52 (-81.94%)
Mutual labels:  aspnetcore, signalr
AspNetCore-ReCAPTCHAv3
reCAPTCHA v3 Usage in Asp.Net Core MVC
Stars: ✭ 17 (-94.1%)
Mutual labels:  aspnetcore, asp
Aspnetcoreangularsignalr
SignalR ASP.NET Core Angular
Stars: ✭ 163 (-43.4%)
Mutual labels:  aspnetcore, signalr
pokeR
Planning poker with SignalR
Stars: ✭ 37 (-87.15%)
Mutual labels:  aspnetcore, signalr
Server
The core infrastructure backend (API, database, Docker, etc).
Stars: ✭ 8,797 (+2954.51%)
Mutual labels:  aspnetcore, signalr
DNTCommon.Web.Core
DNTCommon.Web.Core provides common scenarios' solutions for ASP.NET Core 3.x applications.
Stars: ✭ 117 (-59.37%)
Mutual labels:  aspnetcore, asp
aspnet-core-react-redux-playground-template
SPA template built with ASP.NET Core 6.0 + React + Redux + TypeScript + Hot Module Replacement (HMR)
Stars: ✭ 78 (-72.92%)
Mutual labels:  aspnetcore, signalr
dotNetify-react-native-demo
DotNetify + React Native + .NET Core demo
Stars: ✭ 43 (-85.07%)
Mutual labels:  aspnetcore, signalr
SignalR-Core-SqlTableDependency
Shows how the new SignalR Core works with hubs and sockets, also how it can integrate with SqlTableDependency API.
Stars: ✭ 36 (-87.5%)
Mutual labels:  aspnetcore, signalr
Signalrsimplechat
.NET 5 - ASP.NET Core 5 SignalR Simple Chat
Stars: ✭ 95 (-67.01%)
Mutual labels:  aspnetcore, signalr
Aspnetcoreangularsignalrsecurity
Security with ASP.NET Core, SignalR and Angular
Stars: ✭ 171 (-40.62%)
Mutual labels:  aspnetcore, signalr
Aspnetcore.docs
Documentation for ASP.NET Core
Stars: ✭ 9,940 (+3351.39%)
Mutual labels:  aspnetcore, asp
SdvCodeWebsite
Simeon Valev - Personal Blog - Developed on ASP.NET Core MVC - Server-Side Blazor - See README.md file for more information
Stars: ✭ 38 (-86.81%)
Mutual labels:  asp, signalr
Live.asp.net
Code for live.asp.net, which hosts the ASP.NET Community Stand-up
Stars: ✭ 295 (+2.43%)
Mutual labels:  aspnetcore, asp
Dotnetify
Simple, lightweight, yet powerful way to build real-time web apps.
Stars: ✭ 927 (+221.88%)
Mutual labels:  aspnetcore, signalr
AspNetCore.Client
On Build client generator for asp.net core projects
Stars: ✭ 14 (-95.14%)
Mutual labels:  aspnetcore, signalr
react-redux-aspnet-core-webapi
No description or website provided.
Stars: ✭ 34 (-88.19%)
Mutual labels:  aspnetcore, signalr

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

signalr

Install

Just clone this repo and run

npm install

in the \frontend\angularsignalrclient folder.

Usage

npm start

in the \frontend\angularsignalrclient folder.

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

dotnet watch run

in the backend\ASPNETCore folder.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].