|
|
|
|
|
by senko
5345 days ago
|
|
It's generally true for Node when you have a lot of chained I/O. You can somewhat avoid it using events (so you set up event listeners instead of just chaining callbacks endlessly). So far I haven't seen any MongoDB module for Node taking advantage of those (haven't looked a lot yet, though). |
|
There are a few examples out there about using events/listeners, but I think there's room for a really good one.