philippkueng / node-neo4j

Neo4j REST API wrapper for Node.js
MIT License
211 stars 44 forks source link

Any support for Promise? #67

Open Vani-gurnani opened 8 years ago

Vani-gurnani commented 8 years ago

Its very hard to go back to callbacks specially after being spoiled with async await.

Is there any way to use promise?

Are there any known issues with Bluebird.promisifyAll() ?