Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 639 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 639 Bytes

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!