DEV Community

Discussion on: Recommend me a Node.js framework.

 
henbaku profile image
Edgar Darío

The design behind GraphQL really fixes many of the shortcomings of REST.

It's very useful in a frontend world where everything is based on the paradigm of components.

In the particular case of Django/Python, if your project doesn't require great scalability, I believe that Python performance processing GraphQL is excellent.

Thread Thread
 
rhymes profile image
rhymes

Thanks Darío. I'm communicating between frontend (Vue) and Server (Flask) using a semi-REST internal API and I'm already annoyed by the amount of data I send to components who don't need all of it :-D