Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Implement Application server

Tags:

android

I have to implement a client-server architecture where there are many android client located at different places querying the application server (running all the time (24x7)) and which will do task accordingly and reply to clients. But I don't know what exactly application server is and how to implement it and what is easiest and quickest way to implement this. I am running out of time that is why posting this question otherwise I would have gone through lot of tutorials instead. The server code is to be written in php/c#/java.

Any quick help is highly appreciated.

like image 592
VISHAL DAGA Avatar asked May 10 '26 01:05

VISHAL DAGA


1 Answers

You may have look at Google App Engine its easy to setup, hosted on google environment. Which might fulfill your need. In this case you don't need to buy hosting plans etc. etc. You will get yourappname.appspot.com URL to use app server.

Hope it helps!

Note: Appengine supports Python and Java

like image 56
Piyush Patel Avatar answered May 12 '26 14:05

Piyush Patel