I want to use Prisma as part of the existing REST backend (node.js). Is it possible just to install (npm i -g prisma) and use it on my own server or is it necessary to switch to the Enterprise version (because of the "On Premise" feature)?
h
halborg
08/10/2018, 12:36 PM
The Prisma framework is open source, you can use it as much as you want without paying for it
halborg
08/10/2018, 12:36 PM
It’s only if you want Prisma to manage your servers/prisma instances that it will cost you money 🙂
g
golbie
08/10/2018, 12:37 PM
okay, perfekt. it's not the case that I don't want to pay but I don't like to deploy somewhere into the cloud (at least at the moment)