Note that there are some explanatory texts on larger screens.

plurals
  1. POWeb servers and web hosting for mobile client/server application
    text
    copied!<p>I would like to build a mobile application with the following requirements:</p> <ul> <li>The mobile client applications should request and recieve data from a database on a server.</li> <li>In the future I will probably want to build a web application for the same database.</li> <li>For communication between the clients and the server I would like to use Google Protocol Buffers.</li> </ul> <p>So I have the following questions:</p> <ol> <li>How does one set up a server to take request and respond with anything other than html. I think that using RPC sounds nice, but I have no clue how to set it up on a server.</li> <li>I need to find a good web hosting service which will allow me to set up a database and a server that can serve both Google Protocol Buffers and regular web pages with data.</li> <li>Before I get to making the web app, is there any more lightweight solution that might be better just for communicating with the clients (maybe even a home made tiny server), and how hard would it be to do it with a full scale web server from the start? </ol> <p>Please point me in the right direction so I know what to read up on. I'm not necessarily looking for specific names of web hosting services but rather an idea what kind of services are available that might meet my needs. I've worked a little bit with django, Spring and Java EE so if there's any solution involving those that would be great, however I'm not afraid of learning something new.</p> <p>Thanks in advance</p> <p>Simon</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload