Ask HN: When should we use an API middleware1 points·by bapetel·vor 5 Jahren·0 commentsAt my company we need to connect our system right now to 4 other services.Later, we could have many services as possibleBut also, some services can connect to our systemWe have 2 solutions:1- connect the services directly but we'll have many point of connection depending on services we interact with2- use a middleware like Zato in case to have a single point of connectionWhat would be the best approach ?0 commentsPost comment—
Later, we could have many services as possible
But also, some services can connect to our system
We have 2 solutions:
1- connect the services directly but we'll have many point of connection depending on services we interact with
2- use a middleware like Zato in case to have a single point of connection
What would be the best approach ?