Comment on New View of MicroservicesComments−_Marak_11yI've found the best design for creating microservices is to limit the service to one exported method ( the service handler ) and one URL path.http://hook.io uses this approach see: http://echo.hook.io/source https://github.com/bigcompany/hook.io
Comments
I've found the best design for creating microservices is to limit the service to one exported method ( the service handler ) and one URL path.
http://hook.io uses this approach see: http://echo.hook.io/source https://github.com/bigcompany/hook.io