All Projects → NativeScript → nativescript-app-sync-server

NativeScript / nativescript-app-sync-server

Licence: MIT License
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
Pug
443 projects

AppSync Server source

What's this then?

This AppSync server is similar to Microsoft's CodePush server, but tailored for NativeScript apps, working seamlessly with the NativeScript AppSync plugin.

Huge thanks to this project which this project is based upon. We didn't fork it because significant (non-unforkeable) changes had to be made (replacing hardcoded Chinese text by English comes to mind).

You can either roll your own clone of this server or use the shared service we provide (which is configured by default by the NativeScript AppSync plugin).

Support Storage mode

  • local storage bundle file in local machine
  • qiniu storage bundle file in qiniu
  • s3 storage bundle file in aws
  • oss storage bundle file in aliyun
  • tencentcloud storage bundle file in tencentcloud

Shell login

With the NativeScript AppSync CLI installed (npm i -g nativescript-app-sync-cli), you can do:

$ nativescript-app-sync login
$ nativescript-app-sync login https://your-own-server-endpoint.com

Web interface

appsync-server.nativescript.org

HOW TO INSTALL nativescript-app-sync-server

DEFAULT ACCOUNT AND PASSWORD

  • account: admin
  • password: 123456

Making changes to this server

Go ahead and roll your own, but if you want to change the production code, push to master and Heroku will deploy a new version automatically.

To check the production logs (requires the right credentials 😉):

heroku logs --app nativescript-codepush-server --tail
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].