Module Version: 0.29 Source [Download] [Browse] 06 May 2013 名前 Oneman - A simple web application framework with PSGI server 概要 # app.psgi を実行 >perl -MOneman -e oneman app.psgi >perl -MOneman -e oneman app.psgi --host 127.0.0.1 --port 8... 続きを読む
Having some free time during the Christmas break, I decided to give a shot at a small project that I had in mind for a while, and that was to develop a PSGI-compliant(-ish) web server with support for the SPDY protocol. In case you haven’t h... 続きを読む
Summary: Allow middleware and framework authors to register cleanup handlers that get called back once a request is complete. Background In CGI and mod_perl, there's been a traditional technique where a main program flushes the output and fin... 続きを読む
Loading… Flash Player 9 (or above) is needed to view presentations. We have detected that you do not have it on your computer. To install it, go here. Plack at OSCON 2010 - Presentation Transcript Plack Superglue for Perl Web Frameworks Tats... 続きを読む
bulknews.typepad.com Tatsuhiko Miyagawa's blog to discuss mostly tech and nerdy stuff. Tatsuhiko Miyagawa / Tatsumaki-0.1000 - search.cpan.orgTatsumaki, my tiny port of Tornado using Plack and AnyEvent got a lot of attentions from Audrey (for... 続きを読む
PSGIircで聞いたときはうまく説明できなかった&tokuhiromさん、Yappoさん、kazuhoさんに直接教えてもらったのでまとめとくなり。Proxyサーバーを作ることになった。こんな感じのやつ。で、これの問題として対抗のサーバーの応答速度が遅い場合があってそこにPr... 続きを読む
NAMEWeb::Simple - A quick and easy way to build simple web applicationsSYNOPSIS #!/usr/bin/perl use Web::Simple 'HelloWorld'; { package HelloWorld; dispatch [ sub (GET) { [ 200, [ 'Content-type', 'text/plain' ], [ 'Hello world!' ] ] }, sub ()... 続きを読む
さて、前エントリでJSocketというのを作ったと書いたのですが、これは実はjavascriptで動くtwitter streamクライアントを作るならばmultipart/mixedを使うべきというのを読んで、レスポンスがpollではなくてストリーミングできるというのを知って、リクエストも... 続きを読む
bulknews.typepad.com Tatsuhiko Miyagawa's blog to discuss mostly tech and nerdy stuff. In the last couple of days Yuval and I have been endlessly discussing what the asynchronous response API would look like in PSGI applications. And that was... 続きを読む
This repository is private. All pages are served over SSL and all pushing and pulling is done over SSH. No one may fork, clone, or view it unless they are added as a member. Every repository with this icon () is private. This repository is pu... 続きを読む
http://github.com/spiritloose/mod_psgiPSGIを実装したApache2モジュール。 % make && make install でインストールできて、 LoadModule psgi_module modules/mod_psgi.so /psgi> SetHandler psgi PSGIApp /path/to/app.psgi で動く。 がーっと書いたのでまだ... 続きを読む
PSGI is a specification of interface protocol between Perl web applications and web servers, inspired by Python's WSGI and Ruby's Rack. Plack is a Perl module and namespace to contain set of reference PSGI server implementations, middleware a... 続きを読む
bulknews.typepad.com Tatsuhiko Miyagawa's blog to discuss mostly tech and nerdy stuff. I've merged all the feedbacks and things we noticed during the Plack implementations back to the main PSGI spec and updated it. It has lots of answers to t... 続きを読む
bulknews.typepad.com Tatsuhiko Miyagawa's blog to discuss mostly tech and nerdy stuff. Tons of progress just on my flight, or while I'm here. Last night I went to the office where Yappo and tokuhirom work, to hack and brainstorm on Plack :) S... 続きを読む
bulknews.typepad.com Tatsuhiko Miyagawa's blog to discuss mostly tech and nerdy stuff. tokuhirom and I have been hacking on reference implementations and test suite for implementors. We added Mojo and AnyEvent based implementations to see how... 続きを読む