Computing Thoughts Web App with jQuery, CoffeeScript, Ajax, Web.py & Heroku by Bruce Eckel September 30, 2011 Summary Following up on my previous article, I create a super-simple example where a web page communicates with the server (written in Web.py) sending a JSON request object and receiving a JSON object as a response, which it uses to dynamically update the page. Afterwards, James Ward quick