|
|
|
|
|
by BradRuderman
4155 days ago
|
|
In my experience the biggest frustration when building microservices is the replicated logic across multiple languages/frameworks. For example if my microservices are in node/io.js and my app a rails app, then I can't replicate my model logic in my node services. Have you done anything in the jolie language to help this problem? |
|
Why would you want to do this? If something is the responsibility of one service, why is another service or app duplicating its logic?