|
|
|
|
|
by andrewvc
5812 days ago
|
|
First, the analysis relies on every step from request to response being evented, which in turn relies on the existence of event-based libraries for everything you want to do. This is one of the main reasons I like node.js, EVERYTHING is evented, if it isn't it's probably a bug, or at least carefully explained why it can't be (and usually there's an async alternative). |
|