No time to wait http://showmetheco.de/index.rss Just code Twist 0.1 Diving into HTML5 with WebSockets and Perl http://showmetheco.de/articles/2011/2/diving-into-html5-with-websockets-and-perl.html HTML5 is a new HTML standard that was adopted by W3C in 2007, and the first public working draft was published in 2008. The work is still in progress, it will reach Recommendation status probably in 2012, but many sections are already stable and have usable implementations among various browsers.

Keep reading ]]>
Perl HTML5 WebSockets Tue, 08 Feb 2011 17:27:00 GMT http://showmetheco.de/articles/2011/2/diving-into-html5-with-websockets-and-perl.html
Announcing "Diving into HTML5 with WebSockets and Perl" http://showmetheco.de/articles/2011/1/announcing-diving-into-html5-with-websockets-and-perl.html I've written an article called "Diving into HTML5 with WebSockets and Perl" for the $foo German Perl Magazine. It was translated of course :) So if you can read German and want to support a good Perl periodical publication check out http://www.perl-magazin.de/! English version will be available here the next week.

Stay tuned!

]]>
Perl HTML5 WebSockets Mon, 31 Jan 2011 19:35:00 GMT http://showmetheco.de/articles/2011/1/announcing-diving-into-html5-with-websockets-and-perl.html
TIMTOW to build a WebSocket server in Perl http://showmetheco.de/articles/2010/11/timtow-to-build-a-websocket-server-in-perl.html Today I am going to describe many ways how to build a WebSocket server in Perl, including ready to go WebSocket servers and web frameworks with no additional hacking, async servers and web frameworks that can be easily extended and low level ways to create a WebSocket server with a help of Protocol::WebSocket module and many available event loops, and even a simple echo server using only IO::Socket::INET and IO::Poll.

Keep reading ]]>
Perl WebSockets event loop Thu, 25 Nov 2010 17:24:00 GMT http://showmetheco.de/articles/2010/11/timtow-to-build-a-websocket-server-in-perl.html
Technical details on implementing a WebSocket VNC client http://showmetheco.de/articles/2010/11/technical-details-on-implementing-a-websocket-vnc-client.html Now I am going to explain more details about the previous http://showmetheco.de/articles/2010/11/perl-websockets-and-vnc-in-your-browser.html post.

Keep reading ]]>
Perl WebSockets VNC Fri, 05 Nov 2010 15:54:00 GMT http://showmetheco.de/articles/2010/11/technical-details-on-implementing-a-websocket-vnc-client.html
Perl, WebSockets and VNC in your browser http://showmetheco.de/articles/2010/11/perl-websockets-and-vnc-in-your-browser.html Here is a video a made up to show that it is possible to run a VNC client in your browser!

Perl + WebSockets + VNC

Source code is available on GitHub http://github.com/vti/showmethedesktop.

]]>
Perl WebSockets VNC browser Wed, 03 Nov 2010 07:57:00 GMT http://showmetheco.de/articles/2010/11/perl-websockets-and-vnc-in-your-browser.html
Mojolicious and WebSockets http://showmetheco.de/articles/2010/4/mojolicious-and-websockets.html So here is my first attempt to try this new awesome WebSocket technology. And since Mojolicious is already compatible I couldn't wait too long.

Keep reading ]]>
Perl Mojolicious WebSockets Sun, 18 Apr 2010 05:08:00 GMT http://showmetheco.de/articles/2010/4/mojolicious-and-websockets.html