Hello.
I want to use nats to communicate between micro services.
I saw that there is nats server, and nats-streaming-server. if I understand correctly, the nats-streaming-server supports binary data exchange while nats-server does not.
is that the only major difference ?
in general I have tons of small json based messages to exchange between micro services. should I go for nats-server or nats-streaming-server ?
any information regarding the issue would be greatly appreciated.
thanks!