https://github.com/nikvolf/ipc-show
Rust IPC Prototype
https://github.com/nikvolf/ipc-show
Last synced: 8 months ago
JSON representation
Rust IPC Prototype
- Host: GitHub
- URL: https://github.com/nikvolf/ipc-show
- Owner: NikVolf
- Created: 2017-02-24T11:44:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T14:20:28.000Z (over 9 years ago)
- Last Synced: 2025-02-24T13:22:32.531Z (over 1 year ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ipc-show
Rust IPC Prototype
- Multiplexing
- Bincode as serializer
- Abstract sockets (just implement `Stream+Sink`)
- Several services over one socket
- Futures-based, supposed to be run with tokio core event loop