Is it possible to use MongoDB with flash / flex?

Is it possible to connect MongoDB to Flash / Flex and how?

+3
source share
5 answers

I don't think there are AS3 direct bindings for mongo. This post explains how to use mongo in flex

from the above link

However, MongoDB does not come with AS3 binding. There are various ways to access MongoDB from within your Flex / Air application. You can use the MongoDBs PHP driver, add the magic of AMFPHP and finally demonstrate your MongoDBs API flex

+1
source

MongoAS3 @s9tpepper:

ActionScript 3 mongodb, , PHP, Java,.Net .. AS3, AS3/Flash Flex.

+2

MongoDB REST (json), flex as3 corelib. Java PHP .

: JSON Flex 2 ActionScript 3
Mongo Extended JSON

+1

. MTV.

0

MongoDB FLEX. , , , :

:

  • ,
  • ,
  • CRUD,
  • (, MapReduce,...),
  • Encoder BSON,
  • ObjectID.
0
source

Source: https://habr.com/ru/post/1769266/


All Articles