0.147.3 • Published 2 years ago

@iopa/flipper v0.147.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@iopa/flipper

NPM

About

Stand alone Flipper server as NodeJS process, that uses flipper-server-core for device communication and also provides a webserver to serve flipper-ui.

This fork includes the two base IOPA plugins by default (Logging and Requests)

@iopa/flipper can be used as background process, for example on IOPA servers or to power IDE plugins.

Screenshot

Screenshot

Running flipper server

From command line

npx @iopa/flipper

From a NodeJS script

if (process.env.NODE_ENV !== 'production') {
  const require: NodeRequire = createRequire(import.meta.url)
  const flipper: string = require.resolve('@iopa/flipper')
  fork(flipper, { stdio: 'inherit' })
}

Prior Art

This repository is patched from the flipper-server repository.

License

MIT

0.147.3

2 years ago

0.147.2

2 years ago

0.147.1

2 years ago

0.147.0-rc

2 years ago

0.147.0-latest

2 years ago

0.147.0

2 years ago