Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (7 loc) · 1.99 KB

README.md

File metadata and controls

15 lines (7 loc) · 1.99 KB

Backend for Frontend Example Dotnet

.NET Reliability Rating Bugs Code Smells Duplicated Lines (%) Security Rating

What is BFF (Front-End to Back-End)? There is a very good article written on this subject. Link

In this example, we created 5 different json returning endpoints in Mockoon application, considering that more than one field in the profile tab of the twitter application is due to microservices.

image

The application returns data readonly by connecting with many microservices through a single gateway. I have drawn a sample diagram related to this topic.

bff_example