aghazani / eventhub_consume_publish

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

Home Page:https://eventhub-js.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

License:MIT License


Languages

Language:TypeScript 75.5%Language:CSS 18.8%Language:JavaScript 4.7%Language:HTML 1.1%