Skip to content

developer settings

Michael Palumbo edited this page Jul 3, 2020 · 3 revisions

Running app.js, teaparty.js, and host.js on just one machine (run these scripts in the following order):

node teaparty.js -l

node host.js

node app.js -l

Not yet ready: Running app.js, teaparty.js, and host.js on a local network:

node teaparty.js -lan=true

node host.js -lan=true

node app.js -lan=true  -ip=<nnn.nnn.nnn.nnn> 
Clone this wiki locally