简体   繁体   English

android webapp远程框架?

[英]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. 对于某种学生/教师/电子学习方案,我有以下问题:我有十个android设备(学生),运行基于phonegap / html5 / javascript / jquery的webapp。

I want a PC (the teacher) to 我想要一台电脑(老师)
- fetch data from the devices -从设备获取数据
- send data/files to the devices -将数据/文件发送到设备
(- control the webapp remotely) (-远程控制webapp)

What i'd like to avoid: 我想避免的是:
- the need to run and administrate a webserver (eg apache), or similar complicated to setup tools, on the PC -在PC上运行和管理Web服务器(例如apache)或类似的设置工具的需求

Can anybody help out, what technique, tools or frameworks i may look for? 有人可以帮我寻找什么技术,工具或框架吗?

The webapp itself is similar to a survey/quiz. Webapp本身类似于调查/测验。 Me personally, i would choose to install an apache server, but the teacher needs an easier to handle solution. 我个人而言,我会选择安装apache服务器,但是老师需要一个更易于处理的解决方案。
Thanks in advance for any hint! 预先感谢您的任何提示!

You'll need something of a server to send the data. 您将需要一些服务器来发送数据。

If you can't provide this yourself, you could make up some easy work arounds using webservices from others. 如果您自己不能提供此服务,则可以使用其他人的Web服务来弥补一些麻烦。 Per example dropbox (public folder), Google Drive, Email etc. 每个示例保管箱(公用文件夹),Google云端硬盘,电子邮件等。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM