https://github.com/sql-mistermagoo/blazorchat
Sample one box chat in Blazor with no javascript
https://github.com/sql-mistermagoo/blazorchat
Last synced: about 1 year ago
JSON representation
Sample one box chat in Blazor with no javascript
- Host: GitHub
- URL: https://github.com/sql-mistermagoo/blazorchat
- Owner: SQL-MisterMagoo
- Created: 2018-10-15T01:53:16.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2020-06-15T16:16:45.000Z (about 6 years ago)
- Last Synced: 2025-02-05T03:23:38.274Z (over 1 year ago)
- Language: C#
- Size: 190 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlazorChat
Sample one box chat in Blazor with no javascript
It's not perfect - hacked together in a couple of hours - sometimes messages don't refresh - sometimes the message box doesn't clear.
It's just a test, mainly to show a method of sharing data and having binding to an input with no javascript and no button.