saeho
saeho
DDeno
Created by saeho on 5/26/2024 in #help
Route redirect handlers
ah, that's interesting then. I just hope they don't make the router system/framework bloated though. 🙏 @marvinh. please keep the framework non-bloated. I hope there won't be a secondary routing system on top of location API but this does seem like a real issue.
9 replies
DDeno
Created by saeho on 5/26/2024 in #help
Route redirect handlers
thank you, i added to your issue. Also, i found that technically this is a non-issue as long as the app never uses outdated links. I expanded on that on my github comment. I suspect you're doing the same.
9 replies
DDeno
Created by saeho on 5/25/2024 in #help
Using Deno.KV twice
For reference, my current app is load balanced across 3 instances. So I'm thinking of opening a second KV for values that need to be shared across the 3 load balanced instances. And use the memory KV for values that's fine to be local for that 1 instance only. (I'm also considering Deno deploy instead of using my instances, but still, I'd like to know more about using Deno.Kv twice)
3 replies
DDeno
Created by saeho on 5/22/2024 in #help
Which standard lib do I use?
gotcha
3 replies
DDeno
Created by saeho on 5/16/2024 in #help
Deno is not defined
interesting, tyvm.
3 replies