3.0.0 • Published 1 year ago

xpc-connect v3.0.0

Weekly downloads
610
License
MIT
Repository
github
Last release
1 year ago

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.

3.0.0

1 year ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago