Comment on Node.js explained by Ryan DahlComments−papertiger16yGreat video.Just a warning to any viewers: I think it might be a bit out of date now. I don't think node has promises anymore and I think they also have blocking and non-blocking versions for most operations (meaning callbacks are optional).
Comments
Great video.
Just a warning to any viewers: I think it might be a bit out of date now. I don't think node has promises anymore and I think they also have blocking and non-blocking versions for most operations (meaning callbacks are optional).