/plushcap/analysis/hasura/hasura-vs-apollo-server-vs-prisma-2

Hasura vs Apollo Server vs Prisma 2

What's this blog post about?

This text discusses the comparison between Hasura, Apollo Server, and Prisma 2. It explains that these tools are not alternatives to each other but rather solve different sets of problems. Hasura is a web service that connects to one or more data sources and exposes a GraphQL API for the data source. Apollo Server is a GraphQL server framework for Node.js, allowing developers to write their own GraphQL server implementation. Prisma 2 is a library that provides access to databases when writing Node.js code, falling into the category of ORM tools. The text suggests that these tools can be complementary if needed and provides examples of how they can integrate with each other in application development.

Company
Hasura

Date published
July 13, 2021

Author(s)
Gavin Ray

Word count
736

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.