Hi pdxpython, I wanted to follow up with few notes about the presentation. One thing I neglected to mention is that those who attended the meetup this evening were the test audience for the new mustache; this was the first time I've demo'd it outside the office. Please fill out the attached facial hair feedback form.
Here are the links that were on that last slide: Klein: https://github.com/twisted/klein Twisted Web in 60 seconds: http://twistedmatrix.com/documents/current/web/howto/web-in-60/ The live demo: http://kleindemo.herokuapp.com The code for it: https://github.com/keturn/kleindemo The protocol I was using for the updates is called "Server Sent Events", with "EventSource" being the javascript client API for consuming that protocol. As Chris mentioned, there are some useful things about it on html5rocks.com. As I was working on the demo, I took a few notes of the things that surprised me along the way: https://github.com/keturn/kleindemo/blob/master/lessons.txt Another thing I forgot to mention is that, inspired by our sponsor this month, I did attempt to get New Relic reporting with Klein, but it didn't seem to work and from a quick skim of the documentation I didn't see anything about how it's supposed to work if you're *not* using WSGI. Maybe that's something we can figure out at the next hack night. Cheers, - Kevin -- Facial hair questionnaire: Please rate, on a scale of -3 to 3, how you feel this presenter's facial hair contributed to the following factors: A) Authoritativeness B) Awesomeness C) Approachability -- Kevin Turner [email protected] _______________________________________________ Portland mailing list [email protected] http://mail.python.org/mailman/listinfo/portland
