Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.19 KB

File metadata and controls

28 lines (18 loc) · 1.19 KB

java to NET33

The project's idea

To build a prototype system designed to manage and propagate state changes across different applications, specifically from a Java backend to C#, we need to consider several approaches.

image

image

After researching possible solutions, the goal has changed to building a system based on REST architecture to provide an API for any consumer.

image

Note

The server/library DesignSpace

Technology Stack

  • Java/Spring Boot: The backend is built using Java with Spring Boot
  • REST API: Communication between the Java backend and C# frontend is handled via RESTful APIs
  • C#/.NET
  • Swagger/OpenAPI

Setup

Demo