I want to use MongoDB with Angular JS without using ExpressJS or NodeJS or anyother layer in middle.
Regards
I want to use MongoDB with Angular JS without using ExpressJS or NodeJS or anyother layer in middle.
Regards
Impossible, unless you want to give users of your AngularJS application full access to your server (do not exclude possibility of rootkits through MongoDB application).
Middle server is needed as a gatekeeper: pass through only legitimate requests to database, blocking any sensitive or restricted data passing to user.
The fact that you are strugglying to find a client-side JavaScript to communicate with MongoDB is a good sign that such practice is discouraged.