The document introduces Crux, a cross-device web framework created by Thiago Bustamante. Crux allows for simplified development of adaptive applications that work across different screen sizes and interaction models through a single code contract. It uses an MVC development model and includes features like dependency injection, local databases, REST support, and offline capabilities. The document provides code examples of how to define views, controllers, models, REST services, and proxies in Crux.
Related topics: