This is an example project for TalkJS's tutorial on how to integrate TalkJS with a Blazor app.
This example demonstrates how to integrate TalkJS with a Blazor web application. There is one project present inside the repo:
- The
Blazor Web App
Interactive Server project which uses TalkJS's JavaScript SDK to create a one on one chat.
To run this tutorial project, you will need:
- A TalkJS account
- .NET 8 SDK
- A code editor like Visual Studio Code or IDE like Visual Studio
- Clone or download this project.
- Open the project in your code editor or IDE.
- In the
Home.razor
page, replace<APP_ID>
in theAppId
string property with your App Id which can be found in the Settings tab of your TalkJS dashboard. - From the
blazor_talkjs
directory, run the commanddotnet watch
to render your project on the browser.