TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: GraphQL Client in the Terminal

64 pointsby eerimoqalmost 3 years ago

5 comments

smlavinealmost 3 years ago
Go programmers may also be interested in this project:<p><a href="https:&#x2F;&#x2F;git.sr.ht&#x2F;~emersion&#x2F;gqlclient" rel="nofollow">https:&#x2F;&#x2F;git.sr.ht&#x2F;~emersion&#x2F;gqlclient</a><p>Which could be used to write a similar program.
hleszekalmost 3 years ago
For subscriptions, you could use graphql-python&#x2F;gql (<a href="https:&#x2F;&#x2F;github.com&#x2F;graphql-python&#x2F;gql" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;graphql-python&#x2F;gql</a>) as a dependency instead of requests and graphql-core directly and support the websockets transport.
metadatalmost 3 years ago
(This is implemented in Python)<p>Would love to see a Rust port as a reference for how Rustaceans would achieve comparable functionality, curious what the tradeoffs would be (complexity and LoC).
评论 #31625647 未加载
RedShift1almost 3 years ago
Cool!
nothingisconvexalmost 3 years ago
Why is the better than cURL?
评论 #31625260 未加载