plane icon indicating copy to clipboard operation
plane copied to clipboard

TypeScript client

Open paulgb opened this issue 2 years ago • 1 comments

Rather than requiring that developers use NATS directly, which may be unfamiliar, and construct their own messages, which loses the benefits of typing, we could provide a TypeScript API that wraps a JavaScript client.

We would likely only need to support Node, as we don't intend for people to connect directly to the control plane from an untrusted client (e.g. browser-side).

paulgb avatar Oct 12 '22 12:10 paulgb

Should complete #138 before this.

paulgb avatar Oct 14 '22 21:10 paulgb

A NATS client is no longer necessary because the API is HTTP.

paulgb avatar Jan 03 '24 00:01 paulgb