$server = new WebServer(function($req, $res) {
echo "Hello World!";
});
// Executes requests in isolated environments
$server->isolated = true;
// Hot Reload like in PHP (F5 mode)
$server->hotReload = true;
// finally run at localhost:8080
$server->run();
An alternative to PHP on the JVM
JIT, Multi-Threading, Unicode, GUI, Android and Embedded Web Applications.
JIT + Optimizer = 1x - 10x faster PHP 5.6
A better std library, more elegant and powerful.
Use the php language not only for web apps.
Develop RIA modern web applications with JPHP