Odata Service Using Nodejs And Jaydata
I am trying to follow this example: http://jaydata.org/blog/install-your-own-odata-server-with-nodejs-and-mongodb but it seems to be out of date, so as written in the example's com
Solution 1:
So the fix for me was to install the mongodb package from npm
npm install mongodb
and also insert some data.
Post a Comment for "Odata Service Using Nodejs And Jaydata"