简体   繁体   中英

Acessing MongoDB on the Client-Side using JavaScript

I know this is completely unsafe to do because the user would have control over the credentials. But in application I'm building I don't really care it's completely insecure.

Is there a way to open a connection on a MongoDb using client-side JavaScript ? The JavaScript driver on Mongo's website is for use on NodeJS only.

Thanks,

Fred_

Take a look at the mongodb http interfaces list . Start a mongodb, start the sever, request/modify a data from that server using ajax.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM