- Notifications
You must be signed in to change notification settings - Fork3.1k
A virtual machine for executing programs written in Hack.
License
Unknown, Unknown licenses found
Licenses found
facebook/hhvm
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
HHVM page |HHVM documentation |Hacklang page |General group |Dev group |Twitter
HHVM is an open-source virtual machine designed for executing programs written inHack. HHVM uses a just-in-time (JIT) compilation approach to achieve superior performance while maintaining amazing development flexibility.
HHVM should be used together with a webserver like the built in, easy to deployProxygen, or aFastCGI-based webserver on top of nginx or Apache.
If you're new, try ourgetting started guide.
You can install aprebuilt package orcompile from source.
You can run standalone programs just by passing them to hhvm:hhvm example.hack.
If you want to host a website:
- Install your favorite webserver.Proxygen is built into HHVM, fast and easy to deploy.
- Install ourpackage
- Start your webserver
- Run
sudo /etc/init.d/hhvm start - Visit your site at
http://.../main.hack
Ourgetting started guide provides a slightly more detailed introduction as well as links to more information.
We'd love to have your help in making HHVM better. If you're interested, please read ourguide to contributing.
HHVM is licensed under the PHP and Zend licenses except as otherwise noted.
TheHack typechecker is licensed under the MITLicense except as otherwise noted.
TheHack Standard Library is licensed under the MITLicense except as otherwise noted.
SeeReporting Crashes for helpful tips on how to report crashes in an actionable manner.
For information on reporting security vulnerabilities in HHVM, seeSECURITY.md.
Ouruser FAQ has answers to many common questions about HHVM, fromgeneral questions to questions geared towards those that want touse.
There is also a FAQ forcontributors to HHVM.
About
A virtual machine for executing programs written in Hack.
Topics
Resources
License
Unknown, Unknown licenses found
Licenses found
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors1,253
Uh oh!
There was an error while loading.Please reload this page.