firecamp-io / firecamp

VSCode for APIs, Postman Alternative.
https://firecamp.dev
317 stars 22 forks source link

Nats / Nats Streaming #87

Open iangregsondev opened 4 years ago

iangregsondev commented 4 years ago

Hi,

It would be great to support Nats and Nats streaming, there are 2 flavours.

Nats is basically a standard message broker and nats streaming sits on top of nats to provide persistence (think kafka - but easier :-) )

I am currently using this in a docker container

https://github.com/KualiCo/nats-streaming-console

There are libraries for nodejs.

Cheers!