We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Building web-based board games only with Ruby

Formal Metadata

Title
Building web-based board games only with Ruby
Title of Series
Number of Parts
66
Author
Contributors
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
This talk explains how to build web-based board games without JavaScript but only with Ruby. Web programmers are forced to write front-end code using JavaScript. And interaction with the client-side and server-side grows increasingly complex. Board game which has rich UI and communicate in real-time is one of the applications which needs such requirements. Opal is a compiler converts from Ruby to JavaScript. I created some gems for Opal as follow as. Virtual DOM Isomorphic web programming framework dRuby implementation on browser I show you a web- board game demonstration using these gems.