|
|
|
|
|
by cpursley
2925 days ago
|
|
For what it's worth, if your stack is Elixir/Phoenix (or if you're considering that stack), I can't recommend the following book enough (it covers the topics you mention). https://pragprog.com/book/wwgraphql/craft-graphql-apis-in-el... A nice thing about this stack is it supports the GraphQL Subscriptions protocol out of the box without the need to set
up a separate pubsub server. |
|
Worth a try if you’d to learn more about the stack or the author’s pedagogic style before buying the book.