How can I send realtime updates without writing to a DDS? (signals) #5469
tylerbutler
started this conversation in
Documentation topics
Replies: 2 comments 1 reply
-
@tylerbutler are there any examples that make use of signals? |
Beta Was this translation helpful? Give feedback.
1 reply
-
IMO signals are useful in case you need to represent user presence on UI - like a live position of the cursors in the editor. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This article isn't written yet, but you can discuss and vote on it here. We prioritize writing articles that receive the most votes.
Draft info: https://github.com/microsoft/FluidFramework/tree/main/packages/runtime/datastore-definitions#signals
Sending signals: submitSignal
To listen to signals, use the
"signal"
event:Beta Was this translation helpful? Give feedback.
All reactions