bufferfromfile
The module in JavaScript provides convenient means for using files as standard ArrayBuffer making mmap behind the scene.
great-big-file-reader
Uses the node addon api to provide native handling of large files using mmap. It provides an interface to create a buffer into the file at specified offsets and lengths, avoiding issues when the file is bigger than the maximum Node buffer size.
mmap-io
io.js/node.js mmap bindings revisited.