Skip to content

JS Client Service access #3143

Answered by eddyashton
martijnlammers asked this question in Q&A
Oct 27, 2021 · 1 comments · 11 replies
Discussion options

You must be logged in to vote

Hi @mAlyanak. No, we don't have any clients written in JS. We think it should be possible to write clients in any language, since they're speaking a standard protocol - HTTP over TLS - with common library support. We've successfully communicated with CCF nodes from a variety of existing tools (curl, k6, vegeta, artillery), and written clients in several languages (C++, Python, C#), so JS should be easy too.

The only tricky case is submitting signed requests, which must be compatible with a specific version of the draft RFC. There are libraries that do this in many languages (including JS), but checking they implement the same spec version may not be trivial.

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@martijnlammers
Comment options

@martijnlammers
Comment options

@eddyashton
Comment options

@martijnlammers
Comment options

@martijnlammers
Comment options

Answer selected by martijnlammers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants