feat(api): streaming output (stdout/stderr) for specific process via api #379
Replies: 5 comments 3 replies
-
@F1bonacc1 what do you think? Some design notes or preferences? |
Beta Was this translation helpful? Give feedback.
-
seems good feature which this have https://github.com/DarthSim/overmind
|
Beta Was this translation helpful? Give feedback.
-
will donate equivalent of 123USDC in crypto for this feature |
Beta Was this translation helpful? Give feedback.
-
there are
|
Beta Was this translation helpful? Give feedback.
-
Hi @dzmitry-lahoda, All the logs are streamed today to any client with WebSockets. process-compose process logs PROC_NAME -f It will connect (WS) and follow the logs. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
so i can connect to its output in some command line or test.
not sure, does such
can use sse/ws/webtransport. seems sse simplest one. ws obsolete. webtransport seems forward looking, so not sure how eco for that.
not sure if need any binary protocols like grpc (seems overkill).
alternative
Beta Was this translation helpful? Give feedback.
All reactions