README
blueprod-kafka
This module allows you to publish/subscribe the message in your application base on redis 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 redis server....
<script type="module">
import blueprodPubsubRedis from 'https://cdn.skypack.dev/@blueprod/pubsub-redis';
</script>
This module allows you to publish/subscribe the message in your application base on redis server: