Hello everyone, where can I find information about how to use the bolt protocol?
I mean, without using a driver, like if I would like to use the protocol to communicate with Neo4j directory.
Hi mfalcier,
Bolt is a binary protocol, so if your goal is to use telnet
to communicate directly with Neo4j, you will see the matrix :)
Otherwise, take a look at this site, you will find the specification of the protocol : https://boltprotocol.org/
Cheers
2 Likes
Haha :) thank you so much Benoit!