:rocket: An ASP.NET Core WebAPI Demo with an Angular Client using Ngrx store and effects and Signalr
This product is an ASP.NET Core WebAPI with SignalR and Angular demo, featuring NgRx store and NgRx effects, component-based design, lazy loading, forms, custom validation, routing, and facade pattern. The server and client are separated, allowing for easy endpoint exchange. The author of this project is Fabian Gosebrink, who can be found on Twitter as @FabianGosebrink and on Github as @FabianGosebrink.
This product is a comprehensive demonstration of combining ASP.NET Core WebAPI with SignalR and Angular, incorporating advanced features like NgRx store and effects, lazy loading, forms, custom validation, and more. The clear separation of server and client allows for flexibility in endpoint management, making it a robust solution for developers looking to implement a similar architecture.
Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.
Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.