Hacker News new | ask | show | jobs
by _Marak_ 3944 days ago
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