0.147.3 • Published 2 years ago
@iopa/flipper v0.147.3
@iopa/flipper
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
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
3 years ago
0.147.0-latest
3 years ago
0.147.0
3 years ago