Skip to main content
Inspiring
July 4, 2016
Answered

can Air/actionscript 3 Games run with mongoDB?

  • July 4, 2016
  • 2 replies
  • 587 views

I was interested in developing an online game, but wanted the database that feeds the game app to be MongoDB or couchDB, can I integrate this within an Air/actionscript 3 environment?

kind regards,

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer User Unknow

Sure you can find something

Fast example that I saw GitHub - s9tpepper/MongoAS3: AS3 Driver for mongoDB.

2 replies

User Unknow
User UnknowCorrect answer
Legend
July 4, 2016

Sure you can find something

Fast example that I saw GitHub - s9tpepper/MongoAS3: AS3 Driver for mongoDB.

Inspiring
July 4, 2016

thanks so much !