Re: Are Web frameworks useful in mobile first world?
On 08/05/2013 06:19 AM, zweb wrote:
>
> Are web frameworks useful in mobile first world of today?
>
> With apps required to support multiple front ends including Mobile and Web,
> is using a web framework like ROR or Django more of a liability.
>
> Would not a light weight rest framework be better?
>
> ( Note: I really like Django. It is an awesome web framework.)
>
REST is a style of url patterns, you still need something to respond to
those requests with data in the right format:
http://django-rest-framework.org/
http://django-tastypie.readthedocs.org/en/latest/
etc...
Enjoy,
Alex
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home