Skip to content

Latest commit

 

History

History

blazor_talkjs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

TalkJS and Blazor example

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.

Prerequisites

To run this tutorial project, you will need:

  1. Clone or download this project.
  2. Open the project in your code editor or IDE.
  3. In the Home.razor page, replace <APP_ID> in the AppId string property with your App Id which can be found in the Settings tab of your TalkJS dashboard.
  4. From the blazor_talkjs directory, run the command dotnet watch to render your project on the browser.