-1

I am new in JavaScript and i want to create a page which store data in database so please help me and suggest me what i read regarding storing the data ?

3
  • I think it's possible if you use Nodejs Read more: stackoverflow.com/questions/9205496/… Commented Feb 16, 2016 at 11:33
  • 2
    Are you trying to do this from the browser, or from the server? As in, are you in a webpage or running something like node.js? Commented Feb 16, 2016 at 11:34
  • i use local browser not server.seriously i do not know anything about node.j's Commented Feb 19, 2016 at 8:34

1 Answer 1

0

If you only have little knowledge of Javascript and you're trying to have persistent data, I would recommend looking into localStorage and sessionStorage for the user session.

If, on the other hand, you're looking into storing data to a proper non-volatile database like PostgreSQL, but still has got only a bit of Javascript knowledge, I would recommend Meteor.js, which is a full-stack Node.js (javascript) framework and is very easy to use.

It does use MongoDB by default instead of PostgreSQL, but for prototyping does the job perfectly.

Have a look here https://www.meteor.com/

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.