Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    $\begingroup$ Alot of browsergames use a documentdatabase like Mongo DB or Couch DB $\endgroup$ Commented May 16, 2014 at 6:15
  • 1
    $\begingroup$ As @Johnny000 mentioned, there are ones like MongoDB and CouchDB, that are widely used for that purpose. I would add that you should consider developer time as well when making the decision. $\endgroup$ Commented May 16, 2014 at 12:35
  • 1
    $\begingroup$ You may want to consider a graph database that will help you manage relationships much faster. My favorite is OrientDB, which we use to manage a social network. $\endgroup$ Commented May 17, 2014 at 3:51