Yep Binance is down right now, for the last ~6 hours they have been under maintenance.
That's very low level, and not just under Gekko's hood but under node/v8/libuv as well. In the majority of Gekko's development I am not working on this level. With a good understanding of javascript and the nodejs event loop you can get very far in creating real software. It's a great abstraction similar to something like Java and the JVM (v8 was actually architected by one of the leads of the JVM).
Quote:I compiled node from source to enable static probe points so that I can use bcc-tools assorted node-observing tools to watch what the program is doing "under-the-hood" to try to learn more about how it works. Very excited to see what I can learn! Unfortunately i don't know how much i'll understand, but the whole process has been fascinating.
That's very low level, and not just under Gekko's hood but under node/v8/libuv as well. In the majority of Gekko's development I am not working on this level. With a good understanding of javascript and the nodejs event loop you can get very far in creating real software. It's a great abstraction similar to something like Java and the JVM (v8 was actually architected by one of the leads of the JVM).