README
blueprod-kafka
This module allows you to publish/subscribe the message in your application base on nats server:
How To Use
- @blueprod/pubsub did wrapper this component to generic used.
- Reference https://www.npmjs.com/package/@blueprod/pubsub
This module is to support pubsub event to nats server....
<script type="module">
import blueprodPubsubNats from 'https://cdn.skypack.dev/@blueprod/pubsub-nats';
</script>
This module allows you to publish/subscribe the message in your application base on nats server: