Search code examples
apache-flexactionscript-3mongodbflash-builder

access mongodb from flash builder / actionscript


Is there a way to directly communicate with a mongodb server from a flash builder 4 AIR / actionscript (cli?) application?

I know it is possible to use AMF - for example through Zend AMF (PHP), but I was hoping for this particular application to eliminate that hop or overhead and communicate directly with the database.


Solution

  • I found someone developing an action script driver, but looks like it is incomplete:

    https://github.com/s9tpepper/MongoAS3