Cape.JS Primer - A Tutorial

Cape.JS Logo

Preface

With this series of tutorials you can learn the the programming of Cape.JS, a JavaScript UI framework that was born in 2015.

You will also learn how to integrate it with a back-end server written in Ruby on Rails, by creating a simple to-do list application step by step.

Cape.JS uses a technique “virtual DOM” just like React and Riot do. You can utilize Cape.JS to create interactive websites, whose contents change dynamically in response to user actions.

Until recently, it’s general to create such interactive websites by making full use of jQuery, but front-end programming will be much easier to if you adopt “virtual DOM”.

Cape.JS is an open source project. It’s distributed under the MIT license. You can use it for free and also redistribute or sell it after you modify its source code. You can find the source code at GitHub’s repository. Also, documents are prepared.

Table of Contents