launchrctl / web

Launchr Web plugin
Apache License 2.0
1 stars 2 forks source link

Draft:Websocket actions list #4

Closed iberdinsky-skilld closed 2 months ago

iberdinsky-skilld commented 4 months ago

on client added test of https://refine.dev/docs/realtime/live-provider/ i receive pseudo current running and stopped actions list on client. and we can update it on submit or wherever.

We also probably need to check how actual this: https://github.com/swaggest/go-asyncapi https://github.com/gorilla/websocket

iberdinsky-skilld commented 4 months ago

removed go code. i cannot do this anyway. added dummy node js server with https://github.com/asyncapi/glee to configure front with asyncapi configs.

we probably can backport it to go backend with https://github.com/swaggest/go-asyncapi

iberdinsky-skilld commented 4 months ago

I've added async api based running actions list Image from Gyazo

and same for stdout

Image from Gyazo

iberdinsky-skilld commented 2 months ago

let's close it. we have another PR more or less same with real backend