Show HN: GraphQL Client in the Terminal
github.com
Show HN: GraphQL Client in the Terminal
1–10 of 11 posts
Re: Show HN: GraphQL Client in the Terminal
#2Would 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).
Re: Show HN: GraphQL Client in the Terminal
#3Re: Show HN: GraphQL Client in the Terminal
#4https://git.sr.ht/~emersion/gqlclient
Which could be used to write a similar program.
Re: Show HN: GraphQL Client in the Terminal
#5Why is the better than cURL?
Re: Show HN: GraphQL Client in the Terminal
#6Re: Show HN: GraphQL Client in the Terminal
#7Re: Show HN: GraphQL Client in the Terminal
#8(This is implemented in Python) 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).
Re: Show HN: GraphQL Client in the Terminal
#9(This is implemented in Python) 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).
It issues HTTP requests and provides a small terminal UI. Why does the language possibly matter?
Re: Show HN: GraphQL Client in the Terminal
#10(This is implemented in Python) 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).
It issues HTTP requests and provides a small terminal UI. Why does the language possibly matter?
Another reason is that python is a bit harder to distribute due to the nature of python packaging, where as rust compiles to a single binary.