-1

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

Satch3000
  • 47,356
  • 86
  • 216
  • 346

2 Answers2

1

See : http://nowjs.com/doc/example

pradeek
  • 21,445
  • 2
  • 31
  • 32
1

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 cd to the directory where your helloworld_server.js file is and run that command.

swatkins
  • 13,530
  • 4
  • 46
  • 78