Palombe lets you send and receive messages synchronously through different processes using named pipes.
palombe send foo bar
palombe receive foo # bar
If you looking for a better / faster / safer way to share typed (yes you want that) data across different processes, take a look at Google Protocol Buffer or even better at Cap’n Proto (which is infinitely faster).
The tool is embed into modules targeting several environments:
- ECMAScript: npm | Yarn (Sources)
- Python: PyPI (Sources)
- Ruby: RubyGem.org (Sources)
- Rust: Crates.io (Sources)
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting a pull requests to us.
See also the list of contributors who participated in this project.
This project is licensed under the 3rd version of the GPL License - see the LICENSE file for details.