Javascript clients for web apps

Looking for potential solutions for javascript view frameworks that work with dGraph. Ideally, it would be great to see a Go server (that is also a dGraph grpc client) that serves up requests from a javascript client library. Similar to the Apollo architecture (GraphQL wrapper server + GraphQL clients with implementations for reactive javascript View libraries like React, Vue, Angular).

Think this: GitHub - dpeek/dgraphql: DgraphQL: Build a GraphQL service from a schema + one of these:

Even View frameworks that wrap the dGraph Raw HTTP .

Supporting GraphQL natively is already considered for Dgraph. See 2018 roadmap, which means there is no need for another frontend server.

Aw, yes I missed that. Thank you for pointing that out.