Skip to content

s9tpepper/MongoAS3-CodeExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MongoAS3 Examples

These examples show how to get started using the MongoAS3 library with a MongoDB server. The examples are written using 'localhost' as the MongoDB server. For deployment the host can be changed to a remote IP address. However, a socket policy file server will have to be deployed to that MongoDB server so Flash clients can connect to the MongoDB port (27017 by default). The MongoAS3 project has an example written in PHP.

Examples

Below is a list of most basic MongoDB examples. More will be added to display more advanced and rare use cases.

Contents

_01_Insert_Document_Example.mxml
_02_Ensuring_Unique_Field_Inserts_Example.mxml
_03_Retrieve_Inserted_Documents_Example.mxml
_04_Retrieve_Specific_Document_Example.mxml
_05_Delete_Specific_Document_Example.mxml
_06_Update_Document_Example.mxml
_07_Update_Document_Using_Set_Example.mxml

Bugs, Comments, Requests

If you find any bugs, have any comments, or would like to make any requests for new MongoAS3 examples please post a new issue in the Issues section here on GitHub. It will make it easier for me to track than if you send me an email.

About

Code examples using the MongoAS3 MongoDB driver.

Resources

Stars

Watchers

Forks

Packages