You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone else thought about how useful it would be to be able to server the same golang with wazero and / or Cloudflare ?
I am thinking about doing it and wanted to first judge interest and implementation tips .
The CF R2 and KV and Queue api is pretty easy to match using golang implementations too if we wanted to go that far . The easiest would be probably with NATS Jetstream because it has all 3 of these patterns backed in and is reactive and scales out globally with no extra work .
it would mean you can run with wazero and then cache with Cloudflare . Some other interesting useful things too but that’s my first thought about how useful it would be .
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Has anyone else thought about how useful it would be to be able to server the same golang with wazero and / or Cloudflare ?
I am thinking about doing it and wanted to first judge interest and implementation tips .
The CF R2 and KV and Queue api is pretty easy to match using golang implementations too if we wanted to go that far . The easiest would be probably with NATS Jetstream because it has all 3 of these patterns backed in and is reactive and scales out globally with no extra work .
it would mean you can run with wazero and then cache with Cloudflare . Some other interesting useful things too but that’s my first thought about how useful it would be .
Beta Was this translation helpful? Give feedback.
All reactions