jquery - Access Mongodb directly from client side -
i new mongodb , trying access mongo db , retrieve data in client side [jquery/angular html5] web application. possible me use dependencies or plugins in angular/jquery , access mongo db or mandatory use node or express js , use api's client call crud operations mongo db? please explain , suggest
you can use 1 of these provide rest api mongodb , send requests via $q
as per reply in comments answer see http://docs.mongodb.org/ecosystem/tools/http-interfaces/#simple-rest-api
Comments
Post a Comment