Pwas. A teaching web server you can run on your own computer.

github.com/tomnomnom/Pwas

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

September 2011
  • Updated readme
  • Added JSON example
  • Headers now keyed with 'set' instead of 'add'; response tests
  • http status codes, simplified header handling on response
  • Fixed postdata parsing bug [issue 3]
  • Fixed cookie parsing; one test failing due to postdata parsing
  • Updated readme
  • Start of PHPUnit tests
  • Removed built in static file serving; Discrete callback args
  • Abstracted out request and response work ready for unit tests
  • Merge pull request #2 from icebraining/patch-1
  • Hi, small bug in cookieVar(), the argument was $name instead of $key.
  • Merge pull request #1 from johnyma22/master
  • typo
  • Updated readme
  • Updated readme
  • Updated readme
  • Formatting
  • Error handling and whitespace
  • More restructuring