Typing indicator #659
Unanswered
Jiscona-private
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create a typing inidcator for a real time chat application and was wondering, what the best way to do this is. Currently, if a user is typing, an update will be posted to the "typing" topic:
<input type="text" id="userMessage" placeholder="Nachricht" @input="userTyping">
When the site receives a message of the topic
user/typing
, thetyper
will be shown.Is there a better way to do it, e.g. with the "Active Subscriptions" API?
Beta Was this translation helpful? Give feedback.
All reactions