sivayapps

Results 3 comments of sivayapps

I had achieved this with SahredWorker side: expose a subscribe method which can take a callback function, ``` class SharedWorkerMessageChannel { clientId; callback; constructor(clientId) { this.clientId =clientId; } subscribe( callbackFunction)...

It would be a great addition to Bun if it supports executing some js/ts within a sandboxed environment. It will create whole new world of opportunities to build agentic applications...