Tags: Webdevelopment
-
Web Applications in PLT Scheme
How do we make dynamic web applications? This tutorial will show how we can build web applications using PLT Scheme. As our working example, we’ll build a simple web journal (a “blog”). We’ll cover how to start up a web server, how to generate dynamic web content, and how to interact with the user.