The AeroGear JS cookbook is a list of recipes to quick start your AeroGear JS experience.
The goal of each of the recipes is to show you how easily you can use the different aspects of the AeroGear JS libraries and how it helps to achieve clean code.
Project Info | |
---|---|
License: | Apache License, Version 2.0 |
Build: | Node, Bower |
Documentation: | https://aerogear.org/docs/specs/aerogear-js/ |
Issue tracker: | https://issues.jboss.org/browse/AGJS |
Mailing lists: | aerogear-users (subscribe) |
aerogear-dev (subscribe) |
- node
- bower
- git
All recipes will follow the same format:
Title
Brief overview of the recipe
Problem
The recipies goals
Solution
How to solve the problem
Working Code Example
A small app to run.
Each app will be heavily documented on what is going on
To get the recipes, clone this repo:
$ git clone git@github.com:aerogear/aerogear-js-cookbook.git
$ cd aerogear-js-cookbook
App | Description | Data Manager | Push | Sync |
---|---|---|---|---|
Food Recipes | Client-side storage example. | ✔️ | ➖ | ➖ |
Simple Push | Introduction to SimplePush. | ➖ | ✔️ | ➖ |
Unified Push | Usage of AeroGear's SimplePush/Unified Push JS API | ➖ | ✔️ | ➖ |
Chrome Push API | Usage of Chrome Push API with AeroGear Unified Push Server | ➖ | ✔️ | ➖ |
Diff Sync - Ember | Ember app showcasing the use of Differential Synchronization client lib | ➖ | ➖ | ✔️ |
Diff Sync - Ionic/Angular | Ionic/Angular app showcasing the use of Differential Synchronization client lib | ➖ | ➖ | ✔️ |
Diff Sync - Canvas | Html canvas app showcasing the use of Differential Synchronization client lib | ➖ | ➖ | ✔️ |
TBD
For more details about the current release, please consult our documentation.
If you would like to help develop AeroGear you can join our developer's mailing list, join #aerogear on Freenode, or shout at us on Twitter @aerogears.
Also takes some time and skim the contributor guide
Join our user mailing list for any questions or help! We really hope you enjoy app development with AeroGear!
If you found a bug please create a ticket for us on Jira with some steps to reproduce it.