Document how to connect to JanusGraph in the README
There are many questions, both on the mailing list and sometimes in GitHub issues where users are not sure how to connect to JanusGraph using a library in a language of their choice (e.g., see issue #595).
We should document how users can find an appropriate client library in the README.md so that it's easy to find.
A link was recently added deeper in the docs, but adding it to the README sounds like a good idea. Keep in mind that connecting with a non-JVM language requires starting up a Gremlin Server.
Quoting from the docs (in case the content changes or moves):
Gremlin Language Drivers: Connect to a Gremlin Server with different programming languages, including Go, JavaScript, .NET/C#, PHP, Python, Ruby, Scala, and TypeScript.
Done by @FlorianHockmann
@farodin91 This issue asks to add the information to the README.md but I didn't add it there so I don't think that this issue is resolved.