Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/itchio/node-shoom
- Owner: itchio
- License: mit
- Created: 2017-03-16T11:50:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T09:53:08.000Z (over 7 years ago)
- Last Synced: 2024-10-12T14:28:31.311Z (3 months ago)
- Language: C++
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.