cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Information about the Bolt protocol

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.

3 REPLIES 3

Benoit
Graph Buddy

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

Haha 🙂 thank you so much Benoit!

There is an official site in development here: https://neo4j-drivers.github.io/