Sharing Server/Client Code
One of the most exciting promises of building Web servers in JavaScript has been the notion of sharing JavaScript code between server and client -- no more duplication of application logic! Still, sharing code is harder than it looks. I present techniques and libraries that help you pull it off. View Slide Deck