pofider / node-simple-odata-server

Simple OData server for node.js
MIT License
97 stars 60 forks source link

Non request depending #35

Open carrbrpoa opened 6 years ago

carrbrpoa commented 6 years ago

Hello,

Considering an ODataServer configured with MongoDB and a model, is it possible to fire an "insert" from node application, without a POST request?

Thanks