Wednesday, 31 May 2017

Is mongodb suitable for game?

Im currently coding a online text based strategy game. I used PHP, but now I've decided to use node.js instead. I want players data to be shown in view (ie current money or current army) but also i need to update them everytime user makes some action, like use round to build building. Is mongoDB suitable to be used like this? Ill be working only with data in database all the time using some math and updating.

i have lots of data.. like army: number of units of each type, resources: money.. energy and so on, number of available rounds..

I just like the way datas are stored in mongo and i really want to use it instead of MySQL

Thank you!



via SLUNlCKO

No comments:

Post a Comment