Skip to content

A demo app to consumer/publish in an azure eventHub using @azure/event-hubs

License

Notifications You must be signed in to change notification settings

aghazani/eventhub_consume_publish

Repository files navigation

Live demo https://eventhub-js.vercel.app/

Install the App

yarn or npm install

Create a new .env file at the root

Add these entries to the file

CONSUMER_GROUP = ...
CONNECTION_STRING = ...
EVENT_HUB_NAME = ...

and replace the ... by the correct value

Start a DEV server

yarn dev

Build

yarn build

NOTE

This is just a demo app, nothing here is optimized :)

About

A demo app to consumer/publish in an azure eventHub using @azure/event-hubs

Topics

Resources

License

Stars

Watchers

Forks