node.js questions | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

node.js questions

1. Where can I learn node.js? 2. Can I use node.js on a static site(GitHub pages) to store user accounts data or a chat app? 3. Is node.js an alternative to Firestore/Firebase? Thanks in advance!

18th Sep 2020, 12:56 PM
Galaxy-Coding (inactive)
Galaxy-Coding (inactive) - avatar
3 Answers
+ 4
1. The Net Ninja explains in details clearly. Node.js Crash Course Series https://www.youtube.com/playlist?list=PL4cUxeGkcC9jsz4LDYc6kv3ymONOKxwBU Node.js for Beginning Series https://www.youtube.com/playlist?list=PL4cUxeGkcC9gcy9lrvMJ75z9maRw4byYp 2. No. You can use Heroku for server-side scripts https://youtu.be/mu2jsMKWPk8 3. No. Firebase is database. The comparison is MongoDB. In Node.js, we use mongoose to connect to MongoDB.
18th Sep 2020, 2:36 PM
Gordon
Gordon - avatar
18th Sep 2020, 3:44 PM
Danijel Ivanović
Danijel Ivanović - avatar
+ 5
Gordon Thanks for your answer! I still have one doubt: what is the best FREE way to store user input on GitHub pages?
18th Sep 2020, 4:40 PM
Galaxy-Coding (inactive)
Galaxy-Coding (inactive) - avatar