JS FS BC W8

Chunhao Weng
2 min readAug 20, 2021

Random notes. Unorganized thoughts. Not an article.

“Big-endianness is the dominant ordering in networking protocols, such as in the internet protocol suite, where it is referred to as network order, transmitting the most significant byte first. Conversely, little-endianness is the dominant ordering for processor architectures (x86, most ARM implementations, base RISC-V implementations) and their associated memory. File formats can use either ordering; some formats use a mixture of both or contain an indicator of which ordering is used throughout the file.[2]

“These operations typically include being passed as an argument, returned from a function, modified, and assigned to a variable.”

“If the current middleware function does not end the request-response cycle, it must call next() to pass control to the next middleware function. Otherwise, the request will be left hanging.”

--

--