% render "_head.html" %>
<% render "_navbar.html" %>Running Neo4j within Ratpack to use non-blocking threads for Cypher communication.
Send your cypher query either via HTTP GET or POST to http://localhost:5050/cypher
Use URL parameter query
to pass in your cypher query in url encoded form. All other URL parameters are handled as Cypher paramters. Example: http://localhost:5050/cypher?query=start%20n%3Dnode(*)%20return%20n
This works pretty much as in the standard Neo4j Server.