Join Slack
Powered by
I am confused—are Prisma and the GraphQL server de...
# orm-help
s
Sam Jackson
05/26/2018, 5:14 AM
I am confused—are Prisma and the GraphQL server deployed at the same time or must they be deployed separately?
n
nilan
05/26/2018, 10:02 AM
commonly they are deployed separately, you can also deploy them to the same machine
nilan
05/26/2018, 10:03 AM
Prisma server runs inside Docker, for the GraphQL server it depends what you are doing.
nilan
05/26/2018, 10:03 AM
most commonly the GraphQL server is a NodeJS server, so you can deploy it as such
2
Views
Open in Slack
Previous
Next