Skip to content

Instantly share code, notes, and snippets.

@whump
Last active December 14, 2015 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whump/5168220 to your computer and use it in GitHub Desktop.
Save whump/5168220 to your computer and use it in GitHub Desktop.
Perl and Backbone.js

Perl meets Modern Web UI

Web Frameworks for the client such as Backbone, Knockout, and Angular have changed how we build web applications1. Rendering's on the client2 now. How do you take advantage of that? Do you want to take advantage of that?

In this talk I'll walk you through an example web application that sends a skeletal UI over the wire to the browser, then builds grid and detail views using JavaScript, out of data returned over a API implemented in Perl.


  1. Except that WebVan was doing this back in 2001.

  2. I said 'client' because that may be a browser, a phone, a tablet, a game console, a TV, your car, or your fridge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment