admin管理员组

文章数量:1356947

I would like to use neo4jphp to query the neo4j db and then return the result to a webpage, via ajax similarly to how I do it now with mysqli and jsonify. I am not clear how to pass the match result back to the client page nor how to represent it once it arrives. There must be a way to pass graph format data back to a web client simiarly to json and then a neo4j js library to visualize it ? Could someone kindly point me in the right direction.

Thanks

本文标签: neo4jphp return result to webpageStack Overflow