I do not program anything in Meteor, but I wonder if the following scenario is possible:
I want to create an application in Meteor where I can use Webspeachapi so that through the voice I capture the user's words and add in a div on the site. But all the users that are connected in the site will see these words automatically without giving refresh, type something reactive.
It's a college project that I'm thinking of doing, but I'd like to know if this is possible in the Meteor to not waste time studying a language that will not answer.
Or is there any other language where this is easier to implement?