简体   繁体   中英

Access mongodb data remotely and render the results on web page?

I want to host mongodb database remotely and access the database via querying it and display the results on web page.I came to know that mongodb atlas can be used for hosting it and in order to query the database crest is an API which can be used.But please help me ,whether crest is the thing which will satisfy the requirement that i want to achieve ?If yes then how to proceed with it. Thanks.

I am currently using Atlas on a personal project and I must say that I am very pleased with it. It's good because you can try it for free and if your project starts to scale you can easily set it up according to your needs. You can also check Azure and AWS options. Regarding the question about Crest: if you need simple logic on your API, you can go for it. But if you want a more complex logic, I would recommend using express and mongojs or mongoose .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM