Hi @samcday 👋 I was wondering you can help me with an idea I was trying to use this module, stream-buffers, for.
- I accept a
Socket from a TCP connection
- Pipe to a transform stream
- Pipe to writable stream buffer
- Try to get
Host: 127.0.0.1:1234 from the transform
- Connect to some other host
- Pipe writable stream buffer out to other host
I don't think this is a problem with the module at all. I think I'm not understanding how it works. Have you ever done this or thought about this scenario? If so I would be happy to hear your thoughts or read a resource you recommend.
Thank you 👍
Hi @samcday 👋 I was wondering you can help me with an idea I was trying to use this module,
stream-buffers, for.Socketfrom a TCP connectionHost: 127.0.0.1:1234from the transformI don't think this is a problem with the module at all. I think I'm not understanding how it works. Have you ever done this or thought about this scenario? If so I would be happy to hear your thoughts or read a resource you recommend.
Thank you 👍