I’ve had nowjs installed on the server http://nowjs.com/ and I want to try out a chat so
I’ve done this and uploaded it to the server… http://www.giantflyingsaucer.com/blog/?p=2535 …
it now says I need run this: $ node nowjschatserver.js …
where do I run that by adding it to the html or js file?
I don’t understand how to run that code
You’ll have to have shell access on the host to run this command. In cpanel, take a look here: http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/ShellAccess
Once you have access to the shell, then you need to
cdto the directory where yourhelloworld_server.jsfile is and run that command.