Connectin to MongoDB using Javascript

I am working on a small project (webcalender) and I want to use mongoDB. MongoDB works, and I figured out how to deal with it. I also got a link to PHP. I was wondering if it is possible to connect to MongoDB using simple javascript?

I searched a lot, and I always passed Node.js? Do I need Node.js to connect to mongoDB via Javascript?

Does anyone have a great link? Leadership? or arguments, why shouldn't I?

thanks for the help

+3
source share
2 answers

, . .
1. .
2. , , mongoHQ, API Mongo .
, JS, .

node? PHP?

PHP , PEAR MongoDB, javascript php, , .

node.js, ? Mongoose node.

, .

+3

, Node.js MongoDB JavaScript, JavaScript , , Node.js .

, JS , .

+1

All Articles