hookah
hookah copied to clipboard
A cross-platform tool for data pipelines.
Don't worry about event types, just have it forward messages over HTTP in the SSE protocol. Read more: https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events
It would be useful to be able to align writes based on a delimiter character, especially for reading text protocols like stdin, file, tcp, serial, etc. For example `hookah -d...
~The [serial package](https://github.com/jacobsa/go-serial/) being used supports multiple options beyond the baud rate which might be useful to expose as optional arguments.~ We should add more options to the serial protocol....