Giter Club home page Giter Club logo

catberry's Introduction

Catberry

Build Status codecov.io Gitter

NPM

Catberry was developed to help in creating "isomorphic" Web applications. Isomorphic applications are apps that use the same codebase to run from both server and client-side environments.

This means you write the code only once, and deploy it the way you want. Catberry handles all the differences between these two environments.

You will get Single Page Application using browser's History API. And back-end that renders exactly the same page on the server.

Here you can find full Catberry Documentation.

To get started with an example, please proceed to Get Started Guide.

If you want to try TodoMVC application, proceed to this link.

Advantages

For more details please proceed to Catberry Documentation.

Also, you can see finished example application.

Browser Support

Catberry uses ECMAScript 5 and some HTML5 features like History API therefore it does not support old browsers at all. Catberry can render pages for any browser at the server, but Catberry's browser script does not work as SPA in old browsers.

The main goal of Catberry Framework is to use the full power of new technologies and provide user with the best experience.

Actually a user gets HTML page from the server only once and all the rest of the time the whole page is rendered in a browser receiving only pure data from some API service(s). Thanks to Catberry's very fast page rendering engine, user receives refreshed page as fast as API server could provide data for it.

All supported browsers are listed below:

Browser Version
IE 9 (partial non-SPA), 10+
IE Mobile 10+
Firefox 4+
Firefox Android 29+
Chrome 19+
Chrome Android 35+
Android Browser 2.2+, 4.2+
Safari 6+
iOS Safari 5+
Opera 12+
Opera Mobile 11.1+
Blackberry Browser 7+

Contributing

There are a lot of ways to contribute into Catberry:

Denis Rechkunov [email protected]

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.