Skip to content

Instantly share code, notes, and snippets.

View embluk's full-sized avatar
🎯
Focusing

Luke Embrey embluk

🎯
Focusing
View GitHub Profile
@greut
greut / run.php
Created April 30, 2011 18:18
A web server in pure PHP (non-concurrent and concurrent)
#!/usr/bin/env php
<?php
$app = function($request) {
$body = <<<EOS
<!DOCTYPE html>
<html>
<meta charset=utf-8>
<title>Hello World!</title>