URL: https://www.peterbe.com/plog/slides-about-kwissle-lpdojo/slides.html

Since this was published, I've abandoned the kwissle.com domain name. So no link no more.

Here are the slides from yesterday's London Python Dojo event.

I presented and demo'ed "Kwissle" to my fellow Python London friends and focused a lot on the technology but also tried to plug the game a bit.

Having seen that there's a lot of interest in "socket" related web applications about I thought this was a good chance to say that you don't need NodeJS and that tornadio is a great framework for that.

Comments

Your email will never ever be published.

Previous:
Chinese tea sampler pack now on sale June 16, 2011 Misc. links
Next:
Comparing Google Closure with UglifyJS July 10, 2011 JavaScript
Related by category:
A Python dict that can report which keys you did not use June 12, 2025 Python
Combining Django signals with in-memory LRU cache August 9, 2025 Python
Native connection pooling in Django 5 with PostgreSQL June 25, 2025 Python
Faster way to sum an integer series in Python August 28, 2025 Python
Related by keyword:
NodeJS fs walk() or glob or fast-glob August 31, 2019 JavaScript
Strange socket related error with supervisord April 5, 2011 Linux
uwsgi weirdness with --http September 19, 2019 Python, Linux
How I stopped worrying about IO blocking Tornado September 18, 2012 Tornado