サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
大そうじへの備え
vti.showmetheco.de
There is an official Socket.IO specification document, but it doesn't tell you the implementation details of every transport. When implementing a server side of Socket.IO you have to use tcpdump or wireshark to capture packets and actually see what you have to send and receive. So here are the details that I collected when implementing http://github.com/vti/pocketio. First, read the specification
I've been playing with WebSockets for a while. And here are some links to the projects I've came up with. Server side is written in Mojolicious::Lite. Client side is mostly JQuery. For non websocket browser Flash workaround is used. Showmetheshell An interactive shell with colors and unicode support. http://github.com/vti/showmetheshell Some screenshots are available in the repo: http://github.com
So here is my first attempt to try this new awesome WebSocket technology. And since Mojolicious is already compatible I couldn't wait to long. David Davis has very good examples (http://github.com/xantus/mojo-websocket-examples) and they helped me to start very quickly. Thanks to him we already have flash policy server written in mojolicious. I just copied that into my repository. All the Flash fi
After writing Text::Haml which is a Haml implementation in Perl the next logical step was to write a renderer for Mojolicious. So here it is http://github.com/vti/mojox-renderer-haml. Besides a renderer itself there is also a Mojolicious::Plugin::HamlRenderer module that makes it really easy to plug in a new template handler. # Load HAML renderer $self->plugin('haml_renderer'); And then you can wr
While still working on my async OpenID implementation Protocol::OpenID that can be found at http://github.com/vti/protocol-openid I was refactoring discovery part and tried to test it on live examples. Thanks to Mojo::Client, that now has async interface, the code looks very clean. #!/usr/bin/perl use strict; use warnings; use Protocol::OpenID::Identifier; use Protocol::OpenID::Discoverer; use Moj
このページを最初にブックマークしてみませんか?
『http://vti.showmetheco.de/』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く