Connect to your Cloudant service from NodeJS. Securely on IBM Bluemix

preview_player
Показать описание
Securely connecting to your Cloudant DB is the first and the most important thing for any CRUD (Create, Read, Update, Delete) operation to take place. Securely?!!! Yes, there's always a chance that one of us may store our DB credentials in a file like .env and push it to a public repo.
Рекомендации по теме
Комментарии
Автор

Thanks for the post. Sample you chose is using express. What if I want to strip express and use a lighter framework like "restify" or even plain NodeJS?
How about creating a NodeJS & CloudantDB service separately, then have them connected. It seems to be a lot of work. All samples and Github posts for this model seems to be completly outdated!!!

krishind