https://github.com/jb3/ipc
IPC Server written in Elixir.
https://github.com/jb3/ipc
Last synced: about 1 year ago
JSON representation
IPC Server written in Elixir.
- Host: GitHub
- URL: https://github.com/jb3/ipc
- Owner: jb3
- License: mit
- Created: 2018-05-12T10:46:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T23:00:55.000Z (about 8 years ago)
- Last Synced: 2025-01-29T23:41:41.498Z (over 1 year ago)
- Language: Elixir
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IPC
IPC Server written in Elixir. Documentation to come soon. Tests can be run with `mix test`. Server can be run with `mix run --no-halt`.
Ideally one day should have client libraries for:
- Python
- Node
- Elixir