3.0.0-beta4 • Published 7 years ago

react-native-warpdrive v3.0.0-beta4

Weekly downloads
3
License
BSD
Repository
github
Last release
7 years ago

Warpdrive

this is a single repo contains all the required and missing pieces for setup a system for updating react-native apps just like Code-Push or AppHub.

So Why a new system?

Code-Push is missing server component, Walmart lab is open sourced the server side but you always have to make sure the new release of Code-Push is compatiable by server side. Also for now Code-Push is free and we hope it stays that way but who knows what happens next in the future.

AppHub has the same probelm as Code-Push and also it cost money.

Warpdrive solves all of the above plus it uses golang under the hood. golang is a mature language and has been used for server side for quite a while and as soon as gomobile releases we decided to power warpdrive for both android and ios.

it has couple of major benefits:

  • it has a powerful streaming capability which enables us to do zip and unzip over network on the fly. (good luck trying to implement it on both Java and Objective-c)
  • low memory foot print
  • one code base for both android and ios
  • share code between server and client

Cheers, Pressly - Team

3.0.0-beta4

7 years ago

3.0.0-beta3

7 years ago

3.0.0-beta2

7 years ago

3.0.0-beta1

7 years ago

3.0.0-beta

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

2.0.0-beta9

7 years ago

2.0.0-beta8

7 years ago

2.0.0-beta7

7 years ago

2.0.0-beta6

7 years ago

2.0.0-beta5

7 years ago

2.0.0-beta4

7 years ago

2.0.0-beta3

7 years ago

2.0.0-beta2

7 years ago

2.0.0-beta1

7 years ago

0.0.1

8 years ago