Show HN: Kreya, a Postman Alternative
41–50 of 51 posts
Re: Show HN: Kreya, a Postman Alternative
#42I don't understand why people use grpc. There are better ways.
Re: Show HN: Kreya, a Postman Alternative
#43How do you make the site so fast? I am genuinely shocked at how fast each click loads (even first-click). I see some docusaurous and mdx mentions in the source as well as react components, but I am curious how you make it so speedy?
When JavaScript is enabled, Docusaurus pre-fetches links that you hover, resulting in a faster load. So Docusaurus deserves the praise for the fast page loads, we are not doing anything special :)
Re: Show HN: Kreya, a Postman Alternative
#44Earlier quoted context omitted.
People commenting online is a specific subset of the customer base and general population. They will lean open source/anti-business/linux-desktop way more than those things are relevant in the real world. From online discussions one would think desktop linux is incredibly important, when in fact it is pretty irrelevant.
Maybe, and I guess that's great for the commercial potential of a product. But we, who are paid to make the most informed decisions, have to think harder. Speaking personally, I use a REST/GraphQL client to test critical parts of an authenticated service. It is often necessary to test with elevated privileges. The consequences of credential leakage can be severe, and could have regulatory implications. I cannot accep…
Re: Show HN: Kreya, a Postman Alternative
#45Earlier quoted context omitted.
Maybe, and I guess that's great for the commercial potential of a product. But we, who are paid to make the most informed decisions, have to think harder. Speaking personally, I use a REST/GraphQL client to test critical parts of an authenticated service. It is often necessary to test with elevated privileges. The consequences of credential leakage can be severe, and could have regulatory implications. I cannot accep…
Case-in-point why reading online comments needs to be taken with a heavy grain of salt. Following your needs would lead them into a grave. You are not a customer worth pursuing.
Open source is not a requirement, but auditability is critical. You can achieve auditability in a number of ways -- open source is just the least costly path.
Re: Show HN: Kreya, a Postman Alternative
#46Postman, since they raised money have really lost their way in my opinion. The tool gets harder to use, with a more cluttered UI in every release. Seemingly random UI decisions make it awful to use. Glad to see competition in the space, but I doubt that Kreya can claim to be a "postman alternative" unless it has 75% feature parity with Postman, simply because the range of ways people use Postman is so broad, that it'…
Re: Show HN: Kreya, a Postman Alternative
#47I don't understand why people use grpc. There are better ways.
What are your complaints against it, if you don't mind my asking? The reason I ask is that after what I consider pretty careful evaluation of my own needs, I arrived at gRPC as the best solution. Of course it's not the best for every case, but surely there is a reason for its popularity.
I worked previously with REST/ GraphQL and they have everything I need. Easy way to mock the HTTP 1.1 protocol, easy way to write automation scripts, easy way to debug/customize. Easy for new developers since everybody uses HTTP 1.1. I work with Java and Spring and HTTP 1.1 support is OOTB. For GRPC you have limited tools and unofficial libraries.
When considering an alternative, I was thinking about REST / GraphQL over HTTP2, with a centralized "Type System" and generated models / code (basically GRPC but more user friendly). For me "sending a HTTP2 request with a json payload" seems better and more user friendly than "sending a grpc request"
But now that I looked a bit more into it, seems like HTTP2 might not have a lot of support, so do your own research.
Re: Show HN: Kreya, a Postman Alternative
#48Postman, since they raised money have really lost their way in my opinion. The tool gets harder to use, with a more cluttered UI in every release. Seemingly random UI decisions make it awful to use. Glad to see competition in the space, but I doubt that Kreya can claim to be a "postman alternative" unless it has 75% feature parity with Postman, simply because the range of ways people use Postman is so broad, that it'…
Re: Show HN: Kreya, a Postman Alternative
#49Honestly, if you’re a VSCode user, just get the “Thunder Client” plugin. Gets the job done, and keeps you in the editor!
Re: Show HN: Kreya, a Postman Alternative
#50Postman, since they raised money have really lost their way in my opinion. The tool gets harder to use, with a more cluttered UI in every release. Seemingly random UI decisions make it awful to use. Glad to see competition in the space, but I doubt that Kreya can claim to be a "postman alternative" unless it has 75% feature parity with Postman, simply because the range of ways people use Postman is so broad, that it'…