UltraCraft05
UltraCraft05
TTCTheo's Typesafe Cult
Created by johnny the fifth on 3/2/2025 in #questions
should i use a database to store online users
It shouldn't take much more than few kilobytes per session, in that case if your community grows you could plan for vps upgrade and making some revenue with it
12 replies
TTCTheo's Typesafe Cult
Created by johnny the fifth on 3/2/2025 in #questions
should i use a database to store online users
As I said, if you are storing just user sessions and you don't plan having much traffic going on your chat app it should be ok
12 replies
TTCTheo's Typesafe Cult
Created by johnny the fifth on 3/2/2025 in #questions
should i use a database to store online users
Redis uses RAM beacouse is mainly used as a cache, i think it will use storage if RAM isnt enough, but storing sessions shouldn't take much spece, are you concerned from the space messages will take?
12 replies
TTCTheo's Typesafe Cult
Created by UltraCraft05 on 3/3/2025 in #questions
Production logging system survey
i was wondering to gain informations to be able to work on my own solution to offer under pay-to-use / free-selfhosted
7 replies
TTCTheo's Typesafe Cult
Created by johnny the fifth on 3/2/2025 in #questions
should i use a database to store online users
i'll suggest using redis as this is not the kind of data that you would need to be persistant as much to use mysql
12 replies