Python Forum
What is best framework to develop webservice in Django? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: What is best framework to develop webservice in Django? (/thread-1293.html)



What is best framework to develop webservice in Django? - hari3710 - Dec-21-2016

Hi All,
I want to develop the web services in Django.
Which is the best framework to develop the web service?

Django REST Framework or Piston?


RE: What is best framework to develop webservice in Django? - hsunteik - Dec-21-2016

I thought django is already a web service framework?


RE: What is best framework to develop webservice in Django? - micseydel - Dec-21-2016

(Dec-21-2016, 07:03 AM)hari3710 Wrote: Which is the best framework to develop the web service?
It depends. What are your requirements?

(Dec-21-2016, 07:03 AM)hari3710 Wrote: Django REST Framework or Piston?
I couldn't really find reliable information on Piston, and what I did find suggested it isn't an "either or" but rather Piston is somehow used with Django. So I'm not sure what your question is; what was the inspiration for it?


RE: What is best framework to develop webservice in Django? - nilamo - Dec-21-2016

It looks like Piston is a mini version of Django. So if you don't already know you need it, then you should probably use Django.