How do i send data from html to mongodb? How do i send data from html to mongodb? mongodb mongodb

How do i send data from html to mongodb?


First you want to send a http post to node js.

This will show you how to do that.How to retrieve POST query parameters?

Then you need to take that info and parse it and then send it to Mongo.

This will show you how to do an insert using Nodejs Mongo Driver.http://mongodb.github.io/node-mongodb-native/markdown-docs/insert.html


  1. create server.
  2. send http req.
  3. connect to mongodb.
  4. insert data in mongodb