Hacker News new | ask | show | jobs
by ixmatus 4503 days ago
Isn't it more accurately a byte stream (I don't know, which is why I'm asking)?
1 comments

The default build-in streams found in the stdlib are byte streams (byte chunk streams, to be more exact). But user-level there are object streams as well, those are also mentioned in the docs: http://nodejs.org/api/stream.html#stream_object_mode - so they are kind-of official.