Skip to content

Getting started with HHVM (Hip Hop virtual machine) using Hack language, available on Linux Debian / Ubuntu and MacOS

Notifications You must be signed in to change notification settings

Aclaputra/hhvm-fundamental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

first-hack

Getting started with HHVM (Hip Hop virtual machine) using Hack language.

test hhvm

hhvm -m server -p 8080

-m represents the mode and here indicates that HHVM is running in HTTP server mode.

-p configures the TCP port that HHVM uses to listen to HTTP requests. The default port is 80, the standard HTTP port. However, that port requires root access, so for this example, we will use port 8080.

About

Getting started with HHVM (Hip Hop virtual machine) using Hack language, available on Linux Debian / Ubuntu and MacOS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages