1

Is it possible to package a derbyjs application with phonegap? I simply have not found a single reference to anybody doing this, while meteor is a different story, so naturally I'm curious why that is.

Community
  • 1
  • 1
Madsn
  • 380
  • 4
  • 9

3 Answers3

4

It's partially possible to do on 0.5 version. Check out psirenny repositories for examples on setting up Derby-Phonegap app. There are also a bunch of example apps made this way and a Passport authentication library for Derby with Phonegap support.

cray0000
  • 69
  • 5
2

From version 0.6 (coming soon) you will be able to separate client-side and server-side of derby app. And you will be able to use client-side app in phonegap.

Vladimir Makhaev
  • 1,104
  • 2
  • 10
  • 23
1

I had an interest of that as well. You may look through this thread https://groups.google.com/forum/?fromgroups=#!topic/derbyjs/Hna5c_WRrc0 to clarify it.

Eee
  • 11
  • 1
  • 1
    Please add some question-related explanations in your answer. Refer to [FAQ](http://stackoverflow.com/faq#deletion) for more information about how to better anwser questions here. – icebat Apr 12 '13 at 12:25