Tabris.js is a framework for developing mobile apps with native UIs in JavaScript. iOS and Android apps can be built entirely from one code base, which frees you from the task of managing code for multiple platforms. The code of the application is loaded dynamically - nothing is precompiled. JavaScript is executed Just-in-Time and passed via a native bridge to the device. Tabris.js accesses native controls and does not depend on web views to render the app's UI. As a result, the performance of the apps cannot be distinguished from apps developed directly in native code of the platforms. Tabris.js can be extended with Cordova plugins to add support for additional native features. A cordova plugin is also able to directly interface with the native widgets.
Features
- Tabris.js features an online build service
- Tabris.js adds support for many key web technologies
- Build tabris npm module
- Published under the terms of the BSD 3-Clause License
- Native widgets
- Tabris.js is a framework for developing mobile apps with native UIs in JavaScript