I am interested in testing an open source p2p chat script. I’ve uploaded the script, but I don’t understand this part of the README.md file description. Any guidance/interpretation will be appreciated.
## Development
### Environment setup
```sh
$ npm install
Running
Start the Webpack server (includes live reloading when you change files):
Well you need SSH access in order to test this. So if you don’t have that I’d say your journey ends here.
You need NodeJS on your server, installing it locally will do nothing for you. Since you can’t SSH into the server you also can’t install NodeJS there.
Ok, so this p2p.chat software installs successfully and seems to be running fine otherwise, but through all of the troubleshooting I’ve been unable to determine if it’s actually working or not. No matter how I’ve tested it I am always returned with the 404 page with no additional indication of what might be the problem. The startup output for p2p.chat does show that it’s starting up successfully, yet 404 page. Any ideas are appreciated.