xpc-connect

3.0.0 • Public • Published

Install | Contributing

xpc-connect

GitHub Actions build status downloads Contributor count

XPC Services connection bindings for node.js

Supported data types

  • int32/uint32
  • string
  • array
  • buffer
  • uuid
  • object

Install

npm install xpc-connect

Example

const XpcConnect = require('xpc-connect');
const xpcConnect = new XpcConnect('<Mach service name>');

xpcConnect.on('error', function(message) {
    ...
});

xpcConnect.on('event', function(event) {
    ...
});

xpcConnect.setup();

const mesage = {
    ... 
};

xpcConnect.sendMessage(mesage);

Contributing

Please checkout the contributing guide to learn about our release process.

Dependents (5)

Package Sidebar

Install

npm i xpc-connect

Weekly Downloads

222

Version

3.0.0

License

MIT

Unpacked Size

640 kB

Total Files

15

Last publish

Collaborators

  • jongear