In the article Configure connectors - Operations Manual of Neo4j, there is a term "bolt connector":

But searching the web with the query bold connector or bold protocol I don't see anything useful.
In the article Configure connectors - Operations Manual of Neo4j, there is a term "bolt connector":

But searching the web with the query bold connector or bold protocol I don't see anything useful.
The Bolt protocol (https://7687.org/) is an application protocol developed by Neo4j, which runs over TCP or WebSocket.
This is used by application developers together with Neo4j drivers to connect to, execute transactions and retrieve results from Neo4j servers.