npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

pear-tryboot

1.0.0

@davidmarkclements

npmSnykSocket
Downloads:19763
$ npm install pear-tryboot
DailyWeeklyMonthlyYearly

pear-tryboot

Pear sidecar tryboot for pear-ipc connect function

Usage

Designed to be passed to pear-ipc so the client can start Pear sidecar if it's not already started in order to connect.

const IPC = require('pear-ipc')
const tryboot = require('pear-tryboot')
const client = new IPC.Client({
  socketPath: ...,
  connect: tryboot
})
//...

License

Apache-2.0