2

I am trying to build a simple server to communicate with Arduino and store information recieved from the Arduino. I've established the Arduino server connection using Node.js and Node-serialport, my current code is here.

I want to be able to store objects I create in javascript to a sort of database. I've looked around and most of them seem to complex for my needs, as this server will only be running locally. I've seen MongoDB and of course MySQL, but I'd like to use something simpler, like JSON? Any help is a appreciated.

1
  • @Bob Davies is right and, from an Arduino perspective, this would be a beautiful setup. +1. Commented Jun 30, 2012 at 5:15

1 Answer 1

2

I like Apache CouchDB when working with NodeJs and requiring JSON document-modelled data store. It's simple to use, quick to access, and has good support in modules for Node.

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.