Adopting Client-Side MongoDB Using JavaScript

I know this is completely unsafe because the user will control the credentials. But in the application that I create, I do not care that it is absolutely unsafe.

Is there a way to open a connection on MongoDb using client-side JavaScript? The JavaScript driver on the Mongo site is for NodeJS only.

Thanks,

Fred_

+6
source share
1 answer

Take a look at the list of mongodb interfaces. Run mongodb, run the series, request / modify data from this server using ajax.

+2
source

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


All Articles