Buffers

Learn how to read and write using buffers in Deno.

Buffers in Deno

Buffers represent regions in memory that are used to store temporary binary data. They are commonly used to deal with I/O and network operations. Because asynchronous operations are something where Deno excels, we’ll explore buffers in this lesson.

Get hands-on with 1200+ tech skills courses.