Testing high performance HTTP "Hello World" servers.
gem install eventmachine http_parser.rb
ruby ruby/server.rb
brew install node
node node/server.js
easy_install mercurial
brew install go
export GOROOT=/usr/local/Cellar/go/r60.1
cd go
make
./hellod
Install Leiningen from https://github.com/technomancy/leiningen
cd clj ; lein run
brew install -v erlang --use-gcc
brew install rebar
cd erlang; ./shell
# in shell
> application:start(hello).
NOTE: you need the trailing '.' in the shell.
brew install libev (or apt-get install libev libev-dev)
make
./hellod
cd java-nio
./compile
./hellod
cd java-netty
./compile
./hellod
ab -n 10000 -c 100 http://localhost:8080/
or 8081 or 8082...