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.
After researching possible solutions, the goal has changed to building a system based on REST architecture to provide an API for any consumer.
Note
The server/library DesignSpace
- 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



