https://github.com/graphql-editor/streammux
Simple binary muxer over a pair of streams written in Go
https://github.com/graphql-editor/streammux
Last synced: 9 days ago
JSON representation
Simple binary muxer over a pair of streams written in Go
- Host: GitHub
- URL: https://github.com/graphql-editor/streammux
- Owner: graphql-editor
- License: apache-2.0
- Created: 2021-12-21T10:50:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T16:34:38.000Z (over 4 years ago)
- Last Synced: 2025-01-01T21:46:31.205Z (over 1 year ago)
- Language: Go
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
Simple binary muxer over arbitrary pair of streams.
Created mostly for simple IPC for go processes.