Skip to content

moslem-hadi/AzureWebPubSub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Web PubSub in .Net core

Using Azure web pubsub, .Net core 6 + Angular
image

I'm bad at wroting read me!
basically what this project does, is connecting to Azure web pubsub, gets a websocket connection string with a userId, then in frontend connects to that websocket.
you can subscribe to any type of messages defined with 'Event' property in 'MessageBase' class. Just run the backend, and then fronend with 'ng serve'. Just remember to specify the Azure web pubsub connection string in the appSettings.
byeeeee!