I have a javascript application which is extremely small, I want to consume my Kafka broker from the javascript application (only a single pushJasonBatch function). I'd rather not deal with installing additional tools as much as I can.
I don't use Confluent. So: How to produce JSON to Kafka broker from Javascript running on a browser, with least ceremony?