Skip to content

Getting started

Julian Kern edited this page Oct 10, 2017 · 4 revisions
  • Clone this repo on the server and client
  • Run npm install in the created directory on both devices
  • Both devices need to be in the same network
  • Run node bin/server.js on the server, optional: add -p PORT to define a custom port (otherwise the next free ports above 8000 will be used)
  • Run node bin/client.js -p PLUGIN-NAME on the client

Both server and client start a master and a worker process. The master process tracks the worker process and restarts it if necessary. This behaviour is disabled right now on windows, as it has some problems with the bonjour functionality.

  • Server and client should find each other over bonjour and establish a websocket connection
Clone this wiki locally