The application on the mobile devices already exists and works.  I need to 
make many applications that work with the applications for testing and so 
forth.
The application currently sends the JSON data to a webserver so I just want 
to make web2py the server instead of the "other framework".


On Sunday, November 18, 2012 7:48:02 AM UTC+2, Marin Pranjić wrote:
>
> JSONRPC should be used if you want to implement RPC service but if you 
> only need to send json data, you can do it that way or another.
>
> How would you send the data? Something that works in the background or 
> manually, from web browser?
>
> Anyway, the issue can be how to do it on your mobile device (depends or 
> your needs), not the web2py as a server :)
>
>
> On Sun, Nov 18, 2012 at 6:06 AM, Jason Brower <enco...@gmail.com<javascript:>
> > wrote:
>
>> I have a mobile device that sends various data using json to a server.
>> I would like this server to be web2py.
>> How would I do this?
>> Am I on the right track here?
>> http://web2py.com/books/**default/chapter/29/10#JSONRPC<http://web2py.com/books/default/chapter/29/10#JSONRPC>
>> Or am I looking in the wrong place.
>> There will be a large amount of data sent.
>> BR,
>> Jason Brower
>>
>> -- 
>>
>>
>>
>>
>

-- 



Reply via email to