- symlink deps/mochiweb-src to your checkout of mochiweb
- make
- ./start-dev.sh
listener:
curl http://localhost:8000/foo
poster:
curl -d hello http://localhost:8000/foo
listener:
curl http://localhost:8000/foo
poster:
curl -d hello http://localhost:8000/foo