philippkueng / node-neo4j

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

server as a cypher query proxy. [Related to #45] #47

Open dksfcb opened 10 years ago

dksfcb commented 10 years ago

Hi Philippueng, SInce I am new to the AngularJS framework, May be my question may not make sense.

I tried working with the Neo4J endpoints rest api's but the response JSON I get has too much in it. Your package is way much cleaner and return the JSON that is readable and returns of only what is being queried by Cyhper queries and that attracts me to use your package.

In the comments for #45 you suggested following and I quote

"What however works if you use node-neo4j with a server side framework like express or hapi and expose certain resources via REST to your Angular application. Alternatively if you don't want to completely stub out a REST API you can also use the server as a cypher query proxy that way."

How can I use the server as a cypher query proxy? Will appreciate your suggestions. Regards DKSFCB

philippkueng commented 10 years ago

Hi @dksfcb

Sorry for not responding, someone else just emailed me with that, will hack something up tonight in case it's still needed.

dksfcb commented 10 years ago

Thanks for responding. Still needed and will be really helpful

Regards Deepak

On Thu, Aug 7, 2014 at 2:35 AM, Philipp Küng notifications@github.com wrote:

Hi @dksfcb https://github.com/dksfcb

Sorry for not responding, someone else just emailed me with that, will hack something up tonight in case it's still needed.

  • Philipp

— Reply to this email directly or view it on GitHub https://github.com/philippkueng/node-neo4j/issues/47#issuecomment-51450431 .