android webapp remote framework?
NickName:Elvis Ask DateTime:2013-03-15T20:04:25

android webapp remote framework?

For some kind of student/teacher/eLearning scenario, i have the following question: I have ten android devices (students), running a webapp based on phonegap/html5/javascript/jquery.

I want a PC (the teacher) to
- fetch data from the devices
- send data/files to the devices
(- control the webapp remotely)

What i'd like to avoid:
- the need to run and administrate a webserver (e.g. apache), or similar complicated to setup tools, on the PC

Can anybody help out, what technique, tools or frameworks i may look for?

The webapp itself is similar to a survey/quiz. Me personally, i would choose to install an apache server, but the teacher needs an easier to handle solution.
Thanks in advance for any hint!

Copyright Notice:Content Author:「Elvis」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/15431992/android-webapp-remote-framework

More about “android webapp remote framework?” related questions

android webapp remote framework?

For some kind of student/teacher/eLearning scenario, i have the following question: I have ten android devices (students), running a webapp based on phonegap/html5/javascript/jquery. I want a PC (...

Show Detail

webapp and django framework

As far as I understand, the "Getting Started" guide of GAE with Python uses the webapp framework. However, it seems like it uses Django to render templates. Does that mean that I can use the Django

Show Detail

How do I connect webapp with android app?

So for a personal project I'm building a task management webapp using laravel framework, I've hooked it up to hosting so I can use it any time. but for the future I want to improve the application so

Show Detail

Can i easily use EJB3 Remote with a RAD framework?

I'm planning to make a webapp and just wonder if someone ever tried to use remote EJBs with a RAD framework like Grails, Play... was it easy?

Show Detail

Connection webapp and android

I am using vue.js webapp to show pages in my android application. I want to send push notification from android end using firebase, so I want to send data from webapp to android. I don't have any i...

Show Detail

Remote deploy Tomcat webapp from Eclipse

For development and testing purposes I'd like to deploy my webapp from within eclipse to a remote tomcat server. Is this possible ? If not, how should I set up my development environment for smooth...

Show Detail

Remote deploy Tomcat webapp from Eclipse

For development and testing purposes I'd like to deploy my webapp from within eclipse to a remote tomcat server. Is this possible ? If not, how should I set up my development environment for smooth...

Show Detail

JQuery Framework for Webapp

i'm currently looking at developing a webapp using jQuery. I do know the concepts of the library but I would like to easily do ajax requests, add calendars and other ui stuff without writing to muc...

Show Detail

Import a remote XML file into MVC 4 Webapp

I have a webapp that needs to import 3 different remote XML files every night. These files have student and parent information, study information, etc. Can someone point me to information how to r...

Show Detail

Yiic wants to create webapp in framework folder

I'm on linux and my home directory is: public_html/yii (I installed yii in a subdomain yii.domain.com) my framework is in: public_html/yii/yiiroot/framework i want to create a project called d...

Show Detail