Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 604 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 604 Bytes

mesos-node: Apache Mesos API for Node.js

Status

Full API bindings consistent with the API provided by Mesos 0.26.0.

Known issues

Mesos is built against an older version of http-parser than the one used by Node.js and because the implementations are not compatible, segmentation faults are generated at runtime. The quick fix was to use local binding for the http-parser functions.

Items left to do:

  • More testing
  • npm package
  • CI build system