https://github.com/brianlparker/bsynchronization
https://github.com/brianlparker/bsynchronization
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brianlparker/bsynchronization
- Owner: BrianLParker
- Created: 2021-10-18T03:24:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-20T11:37:23.000Z (over 4 years ago)
- Last Synced: 2025-01-20T11:46:55.388Z (over 1 year ago)
- Language: C#
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bSynchronization
This is a Blazor component for Synchronization that supports two-way messaging between clients and server.
## Summary
This is a Blazor Library to provide engineers with Blazor components that enables them to develop software with two-way messaging capabilities.
The main idea here is to provide a payload-agnostic communication component.
The library should support:
- Message group isolation.
- Message type isolation.
- Avoid UI implementation rather just demonstrate how to use the service context(s) it provides.
Demonstrate:
- Chat Page – Room support, private
- Remote dialog launching. (Modals, Toasts etc)
- API data synchronization (event driven design)
Ideally, this product is built to improve the engineering experience for developing communications components in Blazor.
For any questions or inquiries about this component please contact the following engineers:
Brian Parker (brian.parker@hotmail.com.au)