Summary: Same as with the previous diff. The function doesn't really start a server. Instead it attaches the routing of messages from the existing server into FlipperServer. Reviewed By: passy Differential Revision: D36310703 fbshipit-source-id: 7ac9a742fb36c3806597382c9aadcf96f4770484
flipper-server (TBD)
Stand alone Flipper server as NodeJS process, that uses flipper-server-core for device communication and also provides a webserver to serve flipper-ui.
Flipper-server can be used as background process, for example on CI servers or to power IDE plugins.
Running flipper server
From NPM
TODO:
From source
cd <Flipper checkout>/desktop
yarn install
yarn flipper-server
Production build from source
cd <Flipper checkout>/desktop
yarn install
yarn build:flipper-server
Pass the --open flag to open Flipper server after building
Use --no-rebuild-plugins to speed up subsequent builds if default plugins have been build already