I have followed the exact guidelines on github and I am on the final step of:
“That’s it! Now go to http://localhost:8080 to see Juggernaut in action.”
A dialog box is displayed. However, I am unable to write any text.
I would like to be able to fix up the page for practical chat usage instead of just testing.
It looks like you need to follow the guide on the Juggernaut readme under that line titled Basic Usage.
Once you have that done you can implement the Ruby code mentioned above inside a controller which takes the user input from a form and then calls something like
Juggernaut.publish("channel1", @user_data)allowing your users to send data through the server to each other.`