Embedded Storage for Node.js Part 2

johnmunsch

John Munsch

Posted on September 19, 2019

Embedded Storage for Node.js Part 2

In the follow up to Tuesday's video, I cover the MongoDB version of the authentication code (it only differs by maybe 20 lines from the NeDB version), show a TingoDB version since it's more up-to-date than NeDB, and highlight some resources for learning and using MongoDB like their free University courses, and their Atlas cloud platform.

I also discuss a few other databases you can quickly embed in your projects like LevelDB and PouchDB that don't happen to look just like MongoDB.

💖 💪 🙅 🚩
johnmunsch
John Munsch

Posted on September 19, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related