Files
flipper/desktop/flipper-server
Anton Kastritskiy 436203161d Change process title to flipper-runtime
Summary:
Even though node docs state

> Assigning a value to process.title might not result in an accurate label within process manager applications such as macOS Activity Monitor or Windows Services Manager.

Locally this worked for me on M1 machine. Will test on intel as well.

Reviewed By: lblasa

Differential Revision: D50228844

fbshipit-source-id: 69937ded7da259e05335df50332ea114ff566f21
2023-10-12 15:37:23 -07:00
..
2023-10-12 04:29:13 -07:00
2023-08-21 03:03:30 -07:00
2023-08-29 05:06:18 -07:00

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