Summary: If no version information is obtained, check if port is in use. This is for the cases in which an older server which may not have implemented this endpoint fails to return version information. In this case, send the shutdown command. Reviewed By: antonk52 Differential Revision: D49830759 fbshipit-source-id: 6c9763d01f335ecc8a28df3b90d319f98016c2da
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