[AngularJS] Re: Angular 2 and MongoDB, How can I use it?

2017-07-15 Thread mahendra patidar
On Friday, July 7, 2017 at 2:17:02 AM UTC+5:30, Sykes Creatives wrote: > > I want to implement a NoSQL type database for my web apps. I was using > Firebase but im not a fan of the restrictions and cant really afford the > premium version of it at the moment, so MongoDB was my next coice.

[AngularJS] Re: Angular 2 and MongoDB, How can I use it?

2017-07-11 Thread Tito
here is a very simple app I wrote that uses MongoDb with express.js in the middle https://github.com/yosiasz/d3-node-express-mongodb On Thursday, July 6, 2017 at 1:47:02 PM UTC-7, Sykes Creatives wrote: > > I want to implement a NoSQL type database for my web apps. I was using > Firebase but

[AngularJS] Re: Angular 2 and MongoDB, How can I use it?

2017-07-10 Thread Sander Elias
Hi Sykes, Yes that is possible. Iirc, mongo even has a direct rest interface you can hook up to the web. However, this is a *very high risk*. I would *never* hook up any DB directly to the web. Put in a server in between so you have control over the access to the DB. Have a look at the mean