jbmusso / gremlin-javascript

JavaScript tools for graph processing in Node.js and the browser inspired by the Apache TinkerPop API
MIT License
214 stars 63 forks source link

Proxy support #89

Closed mspclaims closed 6 years ago

mspclaims commented 7 years ago

I could not connect to titan from my Node.js project when running behind corporate proxy. I had to modify code slightly based on https://github.com/websockets/ws#how-to-connect-via-a-proxy.

mspclaims commented 6 years ago

We decided do not use Titan after all. I'm closing pull request.