Web2py by itself it is a very easy tool to implement a API REST. However, 
you should attempt to multiple requests to your API, therefore you should 
to look after to your scalability's API. See this subsection in web2py's 
book: 
http://www.web2py.com/books/default/chapter/29/13/deployment-recipes#Efficiency-and-scalability
Besides that, try to think more in your infra rather than the framework. 
The first thing in my mind is Openshift. It has support for web2py, 
although not native, and scales for you automatically when multiple 
requests (10 per sec, I guess) raises up over the current capability. 

On Wednesday, February 25, 2015 at 1:38:29 PM UTC-3, Amit Kumar wrote:
>
> Hi,
>
> We are deciding backend layer for our iOS and Android mobile app. The app 
> will interact with MySQL DB via REST JSON service. The implementation is 
> not really complex.
>
> I wanted to check if web2py is a good option for our app. We have been 
> looking at multiple python framework - Django, Flask and Web2Py... based on 
> the documents it appears that web2py is a good fit. I wanted to check in 
> the group if anyone has used web2py for iOS backend. These are going to be 
> native iOS and Android apps.
>
> thanks for your time.
>
> amit
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to