Hacker News new | ask | show | jobs
by scottmf 3277 days ago
Take a look at Apollo.

https://github.com/apollographql/apollo-client

1 comments

Thanks for suggestion. The back-end is written on Go, the client talks to it via web-socket. I am wondering if Apollo can handle that.
It should be able to. I'm using websockets in Apollo with a JS back end.