Skip to content

bcrusu/mesos-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Asynchronous Apache Mesos API for Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages