abhinavabcd/QuizApp_Android

using Appwarp Shepertz Server

Opened this issue · 2 comments

Hi,
Interesting app.
How hard is it to use Appwarp server(http://appwarp.shephertz.com/) instead?

Regards;

hello chamroeunbm ,
I think it would be very difficult to migrate(sorry), the code is crafted mostly around server response and the orm objects that are specific to data returned from server. I haven't used Appwarp, but it seems very good : ) . As far as this project, every servercall is in ServerCalls.java including the code for websockets. Each of these servercalls will do a a post or get servercall that callbacks with a message type and serveral payloads. Hence , you have to transform the data from Appwarp server to this format. But in my opinion lot of code and work.

ok, I will go thru your code. As far as your code is well organized, I will give it a try. I have used Appwarp in one of my project, it turned out to be a very good back-end solution.

A side question, Do i need to setup Tornado and MongoDB or just MongoDB alone is enough? I have no knowledge of MongoDB and Tornado.
Thanks for your response and your great share.