mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
b521a978a6
This project uses rump kernels to provide the Rumprun unikernel. Rumprun works on both hypervisors (eg. KVM and Xen) and bare metal. Rumprun can be used with or without a POSIX'y interface, and supports applications written in (but not limited to): C, C++, Erlang, Go, Java, Javascript (node.js), Python, Ruby and Rust. PR: 225117 Submitted by: Fabian Freyer <fabian.freyer@physik.tu-berlin.de> Reviewed by: yuri Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D13888
13 lines
574 B
Plaintext
13 lines
574 B
Plaintext
The Rumprun unikernel and toolchain for various platforms.
|
|
|
|
Rumprun works on not only on hypervisors such as KVM and Xen, but also on bare
|
|
metal. Rumprun can be used with or without a POSIX'y interface. The former
|
|
allows existing, unmodified POSIX applications to run out-of-the-box, while the
|
|
latter allows building highly customized solutions with minimal footprints.
|
|
|
|
The Rumprun unikernel supports applications written in, for example but not
|
|
limited to: C, C++, Erlang, Go, Java, Javascript (node.js), Python, Ruby and
|
|
Rust.
|
|
|
|
WWW: https://github.com/rumpkernel/rumprun
|