Is it possible to use neo4j-javascript-driver with cloudflare workers

Dear all,
Is it possible to use neo4j-javascript-driver with cloudflare workers.

I tried to test a simple query but seems like drivers fails to connect.
I'am using aura db instance.


It fails using the minified browser js and also when importing the npm module.
It fails with bolt (websocket not implemented) and neo4j schema.
It fails also both using secure and unsecure connection.
The same use case works on aws lambda and gcp cloud functions

Thanks,
Regards

1 Like

Same issue. Aura DB doesnt support HTTP API and cloudflare doesnt work with bolt protocol