Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robbestad/hhvm_heroku
A HipHop VM setup for Heroku
https://github.com/robbestad/hhvm_heroku
Last synced: about 1 month ago
JSON representation
A HipHop VM setup for Heroku
- Host: GitHub
- URL: https://github.com/robbestad/hhvm_heroku
- Owner: robbestad
- Created: 2014-11-17T10:13:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-17T11:58:14.000Z (about 10 years ago)
- Last Synced: 2024-04-13T17:10:59.041Z (9 months ago)
- Language: CSS
- Size: 891 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hhvm_heroku
===========A HipHop VM setup for Heroku
HipHopVM is an open-source virtual machine designed for executing programs written in PHP (or the PHP-derived programming language Hack). The general idea is to take PHP to the next level by making it run faster (utilizing the HipHop Virtual Machine) as well as provide a better language in order to achieve greater developer productivity.
Excited yet? Here's the good part: with a Heroku account, you can test out HHVM with almost zero effort. Simply download the HHVM files, create a Heroku repo and add a couple of Heroku Config variables, and you're up and running with HHVM.
[Read more on my blog](http://www.robbestad.com/2014/11/adventures-in-hiphop-vm.html)