How to configure Hystrixjs in a node app?
问题 I am trying to configure hystrixJS into one of my nodejs app. I want to wrap up couple of external dependencies which my app is making. https://www.npmjs.com/package/hystrixjs I read the readme but I still couldn't get how can i wrap my dependency call with this hystrix and how to configure a dashboard for this. If anyone already tried this before please give me some directions. Thanks. 回答1: You can find a sample in the example app in the repo. But also feel free to submit a question on