Python Forum

Full Version: What is best framework to develop webservice in Django?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
I thought django is already a web service framework?
(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?
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.