Microservice.WebApi
Microservice demo
Demonstrates a microservice architecture in ASP.NET Core with an API gateway using Ocelot for routing and unifying multiple services.
We will be building a Simple Microservice Application for demonstrating various Concepts including Microservice Architecture in ASP.NET Core, API Gateways, Ocelot, Ocelot Configuration , Routing and much more.
69 stars
6 watching
54 forks
Language: C#
last commit: over 4 years ago
Linked from 1 awesome list
asp-net-coremicroservicemicroservices-architectureocelotocelot-gateway
Related projects:
Repository | Description | Stars |
---|---|---|
iammukeshm/microservices.ticketing.webapi | A ticketing application demonstrating microservice communication with RabbitMQ and MassTransit in ASP.NET Core | 38 |
procodeguide/microservices.sample | A sample project demonstrating ASP.NET Core 3.1 microservices architecture and design principles. | 36 |
madslundt/netcoremicroservicessample | Demonstrates a microservices architecture with CQRS, event sourcing, and message brokers in a .NET Core application | 698 |
aspnetrun/run-aspnet-identityserver4 | A project demonstrating secure microservices architecture with Identity Server 4 and Ocelot API Gateway for authentication and authorization | 234 |
mmacneil/aspnetcoredockermicroservices | Demonstrates building and running a microservices-based application with ASP.NET Core using Docker. | 167 |
wolfgangofner/microservicedemo | A comprehensive demo of microservices development using ASP.NET 6 and RabbitMQ with Azure DevOps pipelines, Docker, Kubernetes, and Helm. | 577 |
1backend/1backend | A platform for deploying and managing microservices and lambda functions with integrated tools for code generation and infrastructure management. | 2,153 |
thangchung/practical-dapr | A full-stack .NET microservices application demonstrating Dapr and Kubernetes deployment | 301 |
boonen/microservices-demo | Demonstrates a microservices architecture using Spring Boot and Docker | 4 |
jczic/microwebsrv2 | A highly optimized web server designed for embedded systems and IoT devices | 662 |
n-stefan/eshoponcontainers | An example microservices-based .NET application showcasing containerization with Docker and Azure Kubernetes Services | 4 |
horsdal/microservices-in-dotnet-book-second-edition | An open-source code repository featuring complete .NET microservice application examples | 89 |
sczyh30/vertx-blueprint-microservice | An illustrative Vert.x microservice application showcasing asynchronous development and event-driven architecture. | 774 |
aspnetrun/run-aspnet-grpc | An e-commerce microservices project demonstrating high-performance inter-service communication using gRPC with .NET 5 | 114 |