Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server for any io.ReadCloser/io.WriteCloser #38

Open
sirnewton01 opened this issue Jul 30, 2018 · 2 comments
Open

Server for any io.ReadCloser/io.WriteCloser #38

sirnewton01 opened this issue Jul 30, 2018 · 2 comments

Comments

@sirnewton01
Copy link

sirnewton01 commented Jul 30, 2018

I am hoping to use this library to write Go-based servers that can be accessed via other means than a TCP port, such as bidirectional pipes or even a serial port. If it's feasible, I can contribute the changes as PR. Is there some reason that I can't foresee why this wouldn't work? The client seems to be able to work with them.

@larryr
Copy link

larryr commented Jul 30, 2018 via email

@sirnewton01
Copy link
Author

I think it has to be full-duplex as well. I have heard of someone trying to implement it over a hardware SPI interconnect as another example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants