I have a node.js app which should plays 3 sounds to all of the sockets at a certain time with node.js.
How would I go about getting this to work? Should I have the sound clips on the app.js and somehow emit them? Or should I have them stored in the client Side HTML and a flag to play them emitted to the users?
Could I see examples of how to do the prefered method also? Thank you