Skip to content

gmitros/tabris-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

919 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabris.js

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 developers from the task of managing code for the two platforms individually.

Getting Started

To start developing Tabris.js applications, log in to tabrisjs.com and select "Getting Started". Be sure to also check out code snippets, as well as examples in the Tabris.js Developer App (Play Store / App Store).

Native performance

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 webviews 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.

Native UI demo

Online build

Tabris.js features an online build service, which means there is no need to download huge SDKs or use specific hardware for development (e.g. a Mac machine to build for iOS). A local build is also available as an option.

Web APIs

Whenever needed Tabris.js makes use of web technologies to enhance functionality or make development easier. Tabris.js can integrate with existing JavaScript libraries, node modules and Cordova plugins. Using Cordova plugins is not associated with any performance penalties as only native code is used (no WebViews involved). Tabris.js fluent programming model inspired by Backbone makes the development easy even for programmers who are new to JavaScript, while Common.js and npm provide an easy to comprehend, familiar project structure. In addition, Tabris.js maintains W3C compatibility and is able to implement many APIs core to web applications, e.g. XMLHttpRequest or the 2d canvas.

Build tabris module

Follow these steps if you want to build the tabris module yourself.

Install Grunt using npm:

npm install -g grunt-cli

Fetch dependencies and build:

npm install
grunt [-v]

License

Published under the terms of the BSD 3-Clause License.

About

tabris.js - native apps in JavaScript

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 98.3%
  • HTML 1.7%