Can developers create their own push-code server using the MS Code Push service?

I am currently using the MS Code Push service, it saves time to upgrade my cordova applications. I am wondering if it is possible to create my own code input server other than using a github or MS account?

+5
source share
3 answers

Of course, you can reconstruct the server by looking at our client plug-ins, but at the moment we donโ€™t have a โ€œturnkeyโ€ basis for authoring or distributing our own CodePush code. We are interested in making this possible in the future, but first of all we focused on improving the cloud solution. I would like to talk with you about your requirements / motives for wanting to create your own server. Send me an email ( joncart@microsoft.com ) if you are interested in further conversations.

+4
source

Yes, you can deploy your own version of Electrode - Over the Air Server , starting with Walmart .

  • This is an open source project.
  • Microsoft (tm) Code Push compatible server.

You can find it Electrode OTA electrode

+1
source

For those who are interested in a custom push-server code implementation, you can probably take a look at the https://github.com/lisong/code-push-server server implementation. Despite the fact that MS does not support it, it promises to work with current versions of CLI and SDK with Microsoft program code.

+1
source

All Articles