Easy to use JSON Web Service Hosts?
Posted
by
Serguei Fedorov
on Programmers
See other posts from Programmers
or by Serguei Fedorov
Published on 2012-12-04T11:59:30Z
Indexed on
2012/12/04
17:20 UTC
Read the original article
Hit count: 260
I saw this being used by someone in a college class once and cannot find anything that is analogous to it. I am not sure if this is the right place to ask about something like this, but hopefully I can get some direction.
I want to write an app which uses web services that can obtain and push data back to the client apps. Right now I am gathering up the design and documentation of this app. Not having to code the web service myself would reduce development time by a lot; instead using an easy to setup web service that will be easy to setup and manage. Either XML based on JSON based is totally fine; though I would prefer JSON for its reduced overhead.
Like I said I have seen this demonstrated before; you define the data structure to be stored and how it is treated. I cannot find the person who demonstrated this; hopefully maybe someone can suggest something? The service he used was free with a limited amount of requests allowed.
EDIT:
He was using an online service to do this not a script which is installed onto an existing web hosting account.
Thank you!
© Programmers or respective owner