GitXplorerGitXplorer
c

BlazorChatSample

public
245 stars
52 forks
0 issues

Commits

List of commits on branch main.
Verified
fde2c569e6f3646295a5d582cf31bbe6c1b36b6b

Merge pull request #40 from conficient/net6

cconficient committed 2 years ago
Unverified
e1c03e4572631413816aabe0210e926e8a9ba5b1

Updated to .NET 6, upgraded packages

cconficient committed 2 years ago
Unverified
b26d1286ac926ef5e284070529c7e7bab67429d0

Updated to .NET 5 rtm

cconficient committed 4 years ago
Verified
38bdf683b541620906984b74d51a2797fcce2907

Update Index.razor

cconficient committed 4 years ago
Verified
e96b76f904a5086500c2638525207020a81932e9

Update MainLayout.razor.css

cconficient committed 4 years ago
Verified
44f8e5d2ba1a664815d10cb0321014ed23fdff31

Create Index.razor.css

cconficient committed 4 years ago

README

The README file for this repository.

Blazor Chat Sample

Build Status

Now upgraded for .NET 5 RTM - Please ensure you have the .NET 5 SDK loaded and VS 2019 v16.8 or later. One change since the release candidates is that the scoped CSS is now AppName.styles.css in place of the _framework/scoped.styles.css

This application demonstrates the use of SignalR to create a Blazor chat application.

Now JavaScript-Free!

The app now uses the Microsoft.AspNetCore.SignalR.Client library which is now compatible with the Mono WASM runtime. This really simplifies the ChatClient code.

Previously this sample used JavaScript SignalR client. If you want to see how the JavaScript client version worked, I've retained it in this branch

.NET 6

Upgraded the demo to .NET 6.

Demo

A demo application is available at https://blazorchatsample.azurewebsites.net

Improvements & Suggestions

If you have any improvements or suggestions please submit as issues/pull requests on the Github repo.

Acknowledgements

Thanks to Code-Boxx for the article https://code-boxx.com/responsive-css-speech-bubbles/ that helped me create simple CSS speech bubbles that improve the layout.