Echo JS 0.11.0

<~>

tracker1 19 hours ago. link 1 point
Interesting example... not sure I'd use it for production as-is...  Should really add in some authentication bits (jwt from an auth provider, etc).

Would also be beneficial to wrap a logging service with request/response details and a correlation id with all requests in/out from various service  busses.  My  own tactic is usually newline delimited (\n) JSON to stdout, then you can have a sidecar slurping the logs into an aggregator service for metrics, etc.

Last would be some functional unit testing around some of the core logic bits.  Fortunately, with dependency overrides in JS, you don't need to adopt a convoluted DI/IoC system in order to do this.