diff options
Diffstat (limited to '')
| -rw-r--r-- | posts/2009-12-21-tatsumaki-or-how-to-write-a-nice-webapp-in-less-than-two-hours.md (renamed from content/post/2009-12-21-tatsumaki-or-how-to-write-a-nice-webapp-in-less-than-two-hours.md) | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/content/post/2009-12-21-tatsumaki-or-how-to-write-a-nice-webapp-in-less-than-two-hours.md b/posts/2009-12-21-tatsumaki-or-how-to-write-a-nice-webapp-in-less-than-two-hours.md index c1d6a83..55b88be 100644 --- a/content/post/2009-12-21-tatsumaki-or-how-to-write-a-nice-webapp-in-less-than-two-hours.md +++ b/posts/2009-12-21-tatsumaki-or-how-to-write-a-nice-webapp-in-less-than-two-hours.md @@ -1,9 +1,3 @@ ---- -date: 2009-12-21T00:00:00Z -summary: In which I write about Tatsumaki. -title: Tatsumaki, or how to write a nice webapp in less than two hours ---- - Until today, I had a script named "lifestream.pl". This script was triggered via cron once every hour, to fetch various feeds from services I use (like <a href="http://github.com/">github</a>, <a href="http://identi.ca/">identi.ca</a>, ...) and to process the result through a template and dump the result in a HTML file. Today I was reading <a href="http://github.com/miyagawa/Tatsumaki">Tatsumaki's code</a> and some examples (<a href="http://github.com/gugod/Social">Social</a> and <a href="http://github.com/miyagawa/Subfeedr">Subfeedr</a>). Tatsumaki is a "port" <a href="http://www.tornadoweb.org/">tornado</a> (a non blocking server in Python), based on Plack and AnyEvent. I though that using this to replace my old lifestream script would be a good way to test it. Two hours later I have a complete webapp that works (and the code is available <a href="http://git.lumberjaph.net/p5-lifestream.git/">here</a>). |
