j-baker / extremestartup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This example is for players of Extreme Startup who can't
get an HTTP server to run in their prefered development
environment. It shows how to do HTTP listening, regexp
and testing in Java with Jetty.

Getting started:
1. Run ./gradlew eclipse
2. Run ExtremeStartupTest as a JUnit test
3. Run ExtremeStartupServer as a Java main class
4. Go and see the server in action:
  http://localhost:1337/?q=what+is+the+sum+of+8+and+22
5. Try and modify the number in the above URL and verify
  that the answer is correct

About

License:Apache License 2.0


Languages

Language:Java 100.0%