Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi, I try to make web server + database embedded on MCU, because I want to control the device via ethernet and add / delete database, display database on web server....
I am beginner and I do not have much experience
What should I choose between Raspberry Pi and Arduino?
Please help me. Thanks
Posted

Alternatively choose node.js and a whatever server framework you like, e.g. express.js. And, take whatever database runs on your pi (search for "database raspberry pi npm" on goolge).
https://learn.adafruit.com/node-embedded-development/installing-node-dot-js[^] maybe like so https://github.com/talltom/PiThermServer[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900