Files
flipper/desktop/flipper-server
Pascal Hartig d40ff61870 Recover from args argument being uniterable
Summary:
Another kind of error that can easily be triggered during testing that will kill the server otherwise.

Changelog: Make it possible to recover from malformed JSON in server requests

Reviewed By: timur-valiev

Differential Revision: D34932896

fbshipit-source-id: 7c6acfd53ffbd85a54a786d74c99bcccb64d85cb
2022-03-16 16:39:23 -07:00
..
2022-03-10 10:31:24 -08:00
2021-12-17 07:36:07 -08: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