0.0.2 • Published 9 years ago

node-shm-buffer v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 years ago

shm-buffer

shared memory segment bindings for node.js that work in 0.10+

## Installing

npm install shm-buffer

Usage

shm = require("shm-buffer")
buffer = shm.open(key, flags, mode, size)
buffer.delete() // deletes the shared memory region

See Also

Inspired by

0.0.2

9 years ago

0.0.1

9 years ago