:wave: How do you peeps interact with Prisma from ...
# orm-help
a
👋 How do you peeps interact with Prisma from the frontend?
n
You should have an application server between the Prisma server and the frontend
On the application server, you can use Prisma Client or prisma-binding to interact with Prisma
On the frontend, you can use apollo-client or other library, depending on what you're using