Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7279145
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T23:00:28+00:00 2026-05-28T23:00:28+00:00

I have set up a LAMP server on aws. I am planning to create

  • 0

I have set up a LAMP server on aws. I am planning to create a web service with both a web client and an android client. I am not exactly sure where to start. I would like to create a RESTful service but have no experience with it and don’t know where to start. I have hit restful services for the android app that I have created but have not designed one myself.
I have worked with Java and RoR. I would like to learn Python as well if required.
Any suggestions would be great.

question in short: What technology to use for a web service with both a mobile client and a web based client?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T23:01:41+00:00Added an answer on May 28, 2026 at 11:01 pm

    Make the user interface using HTML and then get the data asynchronous (eg: AJAX) using JavaScript from the server.

    This has the advantage that both the desktop and the mobile client can eventually be the same, while the server can completely ignore the user-interface mechanics and focus on the services you are providing.

    If you want to make the mobile client “Native” (eg: android app), then you merely make it “talk” with the server using HTML asynchronous requests.

    Edit:
    On the server side you can do something like this:

    // extract uri from request
    $request = explode("?", $_SERVER["REQUEST_URI"]);
    $uri = explode("/", $request[0]);
    
    // sanitize user input
    foreach($_POST as $k => &$v) $v = addslashes($v);
    
    // prepare file input
    foreach($_FILES as $k => $v)
    {
      if (empty($k) or empty($v)) unset($_FILES[$k]);
    }
    

    This give you the request details, then client-side you do requests like:

    site.com?php_service/param1/param2/...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I have a server set up (LAMP) server, this proxy has access to
I have some basic pageview incrementing code set up on a LAMP server (see
I have a rackspace cloud where I want to set up LAMP. the server
I have create a LAMP based service on a shared hosting provider. It has
I'm dealing with a LAMP web server. I have forms that users use to
I have an offline kiosk computer that will be running a LAMP web server
I have a web form on an IIS server (has no PHP). I have
I've recently set up a Ubuntu 9.10 server with a LAMP configuration and then
So have an ubuntu server with lamp installed. We installed webmin so we would
We have set up a logshipping scenairo on 2 Sql Server 2005 machines. The

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.