Skip to content

FynniX/node-file-mapping

Repository files navigation

node-file-mapping

A package to create, open, read and write memory mapped files.

Requirements

  • This package supports windows and linux. So to use it you need one of those.

Installing

This package was developed and tested under Node.js v20.15.0 x64.

Using npm:

npm install node-file-mapping

Using yarn:

yarn add node-file-mapping

Using pnpm:

pnpm add node-file-mapping

Documentation

The documentation can be found under: Documentation

Contributing

The guidelines for contributing can be found under: Contributing

License

Released under the MIT License.