Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itchio/node-shoom

🛣️ Node.js bindings for itch.io's C++11 shared memory library
https://github.com/itchio/node-shoom

Last synced: about 2 months ago
JSON representation

🛣️ Node.js bindings for itch.io's C++11 shared memory library

Awesome Lists containing this project

README

        

# node-shoom

node-shoom exposes the functionality of [shoom](https://github.com/itchio/shoom) to
node.js apps, such as: creating shared memory objets, writing to them and reading from them.

It builds on Linux, macOS, and Windows.

## Usage

A code sample here would look great, but code samples in README tend to
get out-of-sync with actual code.

Instead, head over to the [tests](https://github.com/itchio/node-shoom/tree/master/test) -
they're simple, promised!

## License

node-shoom is released under the MIT license, see the `LICENSE` file.