Updating the Duct Tape for HTML5: Websockets in Perl (Mojolicious)
Join the DZone community and get the full member experience.
Join For FreePerl was easy to use, wildly popular, and lots of fun. The Camel Book introduced many coders to a powerful new language (and the whimsically-covered O'Reilly series), and offered access to web programming via CGI.
Plenty of people still develop in Perl ('the duct tape of the Internet'), although lately some criticism of Perl programmers has surfaced.
No doubt about one thing, though: CGI is just too old.
Sensing a need, Sebastian Ridel created Mojolicious to fill CGI's place, satisfying Perl programmers' desire for a more modern web framework
Yesterday Sebastian showed off some of Mojolicious' simplicity and power:
By now you've probably heard about WebSockets, and that they are the future of web development, but so far there are very little examples that really show how easy to use they actually are. So today we are going to explore the wonderful world of events in Mojolicious a bit and build a little application that forwards all framework log messages to a browser window.
The script is short and sweet and, if you still love Perl, will warm your HTML5 heart.
Check it out here.
Opinions expressed by DZone contributors are their own.
Comments