DEV Community

John Munsch
John Munsch

Posted on

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.

Top comments (0)