HHVM is a virtual machine developed by Facebook that executes PHP and Hack code faster than traditional PHP interpreters. It began as a just-in-time compiler for PHP (HipHop) and has evolved to include a bytecode interpreter and support for the Hack programming language. HHVM can be used as a drop-in replacement for PHP and supports many PHP extensions and features while offering performance improvements of up to 2x over PHP. It additionally provides static typing and type checking via the Hack language to improve code quality.