Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POC code to change go driver to use http instead of websockets. #9

Draft
wants to merge 28 commits into
base: go-gremlin-lang
Choose a base branch
from

Conversation

andreachild
Copy link
Owner

@andreachild andreachild commented Dec 16, 2024

POC code to change the go driver to use http instead of web sockets, using go's out of the box http client. Connection management is delegated to the http client. Minimal changes were made to serialization/deserialization - just enough to be able to send a g.V().count() request and receive a response. POC was manually tested using the Test client.submit() test in connection_test.go.

@andreachild andreachild changed the title Draft code to change go driver to use http instead of websockets. POC code to change go driver to use http instead of websockets. Dec 17, 2024
@andreachild andreachild changed the base branch from master to go-gremlin-lang January 14, 2025 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants