How do I change port on mooChat server ?
You can change the default port (3000) by following the steps bellow:
- Editing the file : yoursite/lib/MooNodeJsServer/mooServer.js
- Go to line 58 (see attached image) and change the number 3000.
- Restart your mooChat server.