Native libvirt C++ bindings for node.js
npm install libvirtnode-libvirt - The virtualization API bindings for [NodeJS][nodejs_home]
=============





Libvirt is a toolkit to interact with virtualization capabilities
of recent versions of GNU/Linux (and other OSes). (reference: [Libvirt][libvirt_home])
Node-Libvirt is a set of bindings to Libvirt API, which allows to use it from Javascript.
* The [Xen][xen_home] hypervisor on Linux and Solaris hosts.
* [QEMU][qemu_home] emulator
* [KVM][kvm_home] Linux hypervisor
* [LXC][lxc_home] Linux container system
* [OpenVZ][openvz_home] Linux container system
* [User Mode Linux][user_mode_linux_home] paravirtualized kernel
* [VirtualBox][virtualbox_home] hypervisor
* [VMware ESX and GSX][vmware_home] hypervisors
* [IBM Power][phyp_home] Hypervisor
* Management of virtual machines, virtual networks and storage
* Remote management using TLS encryption and x509 certificates
* Remote management authenticating with Kerberos and SASL
* Local access control using PolicyKit
* Zero-conf discovery using Avahi multicast-DNS
* Support for storage on IDE/SCSI/USB disks, FibreChannel, LVM, iSCSI, NFS and filesystems
Copyright 2016 node-libvirt Authors. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
[nodejs_home]: http://www.nodejs.org
[nodejs_dev]: http://github.com/ry/node
[libvirt_home]: http://www.libvirt.org
[libvirt_dev]: http://libvirt.org/deployment.html
[xen_home]: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html
[qemu_home]: http://wiki.qemu.org/Index.html
[kvm_home]: http://www.linux-kvm.org
[lxc_home]: http://lxc.sourceforge.net/
[openvz_home]: http://openvz.org/
[user_mode_linux_home]: http://user-mode-linux.sourceforge.net/
[virtualbox_home]: http://www.virtualbox.org/
[vmware_home]: http://www.vmware.com/
[wiki_examples]: http://github.com/c4milo/node-libvirt/wikis/examples
[wiki_api]: http://github.com/c4milo/node-libvirt/wikis/api
[docs_link]: http://github.com/c4milo/node-libvirt/blob/master/API.md
[phyp_home]: http://www.ibm.com/developerworks/wikis/display/LinuxP/POWER5+Hypervisor