Join Slack
Powered by
:wave: How do you peeps interact with Prisma from ...
# orm-help
a
Andy Fang
04/29/2019, 3:44 PM
👋 How do you peeps interact with Prisma from the frontend?
n
nuno
04/30/2019, 11:49 AM
You should have an application server between the Prisma server and the frontend
nuno
04/30/2019, 11:50 AM
On the application server, you can use Prisma Client or prisma-binding to interact with Prisma
nuno
04/30/2019, 11:52 AM
On the frontend, you can use apollo-client or other library, depending on what you're using
Open in Slack
Previous
Next