sunil-paxcel

Results 2 issues of sunil-paxcel

I have dashboard that shows which services are running, my other services expose /alive to check if server is running or not. but how can i do the same with...

On nodejs public folder i have some audio files. that i want to play with streamFile ``` const filePath = `http://host.docker.internal:8081/audio/${voiceFileName}.wav`; return elementApi.environment.variables.context.streamFile(filePath) .then((response) => { console.log("response played", response); return...