Logs

2024-05-10

I'm looking into creating a Deno serve that can manage multiple websocket connections and emit to one after receiving a message from another. A simple way to implement this is to have a single server id and track all the ongoing connections to websocket clients. I'm learning more about approaches...

Logs

2024-02-21

I started to play around a bit with trying to setup a Temporal worker using Deno, but quickly ran into issues, then learned this isn't currently possible.