I am choosing between using Node vs Go client for my new project with dgraph, any suggestions?
Most of the performance you’re getting is from the database itself. The client library shouldn’t make such a big difference. So, use what fits better in your codebase.
3 Likes
@mrjn Thanks for replying Manish! The reason why I’m asking is because I saw a repo here and thought it was created for a reason, and seems like js client didn’t give the repo owner enough performance and they were instead using rust tonic client.