#How To Use the JSlither Server
- make sure you have
nodejsinstalled. - install dependencies:
npm install
- start the server with:
npm start - go to http://slither.io
- paste in browser console:
sos = [{ip: "your.ip.adress", po: yourPortNumber, ac: 132, ptm: 12}]; - click on play
open and edit the conig.json file
| property | Use | Default |
|---|---|---|
| port | Port of the Server | 8080 |
| host | Ip of the Server | 0.0.0.0 |
| debug | Console log level | false |