2.14 PLT Web Programming

Complete this assignment with Team Two.

You must submit this in an archive named "pltweb.zip".

You must submit this in a file named "pltweb.ss".

Repeat the Raw Web Programming assignment using the PLT Scheme Web Server.

Include a "README" file in your submission. In it, list the names of the people in your group. Additionally, contrast 3-5 language features that you used in this assignment to the language features encountered in the Raw Web Programming assignments. Even if the members of your group used different languages in the Raw Web Programming assignment, all of you are still responsible for understanding the presented response. The analysis should be 2 paragraphs or fewer. Grammar and word choice matter. (This counts as an additional question.)

You may write your servlets in DrScheme and save them anywhere. Use this template for your servlets:
  #lang web-server/insta
  
  (define (start initial-request)
    ; initial page goes here
    ....)
You can run your servlet by pressing Run.

You will find it useful to read the following documentation: