Pages

Thursday, June 25, 2015

Account Storage Ready

Today I brainstormed and solved a server-side problem: basic storage. Since the server will need to store usernames, password hashes, and probably other information in the future, I needed a fast, easy, and lightweight solution to store a bunch of data.

I came up with some ideas of creating my own database system, but they were all either extremely complicated or had way too much overhead. I found a nice simple key-value storage database online which I will be using (yes, I actually used someone else's code this time!). There isn't really much to visualize here, but... twenty ninth step complete!

No comments:

Post a Comment