storing stateful WebSockets connection
Hey everyone, so, I am just learning that "stateful objects" can not be stored in a Database, like D1 or any other Database. KV won't work because it can only store string values.
I'm learning that
I'm learning that
stateful connections in programming are stored in the memory of the running application.