Giter Club home page Giter Club logo

tabris-js's Introduction

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 you 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

Tabris.js provides many web APIs, including:

  • Canvas 2d context
  • XMLHttpRequest
  • localStorage

Tabris.js also makes use of Cordova plugins, Cordova build, npm and the CommonJS module system. The programming model is inspired, among others, by Backbone and jQuery.

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.

tabris-js's People

Contributors

cookieguru avatar cpetrov avatar davidweisscode avatar dbuschtoens avatar ifurnadjiev avatar irbull avatar jkrause avatar jonek avatar jordiboehme avatar mpost avatar patrykmol avatar ralfstx avatar shaialon avatar tbuschto avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.