Ok, I am about to start writting a new app (from s...
# prisma-whats-new
j
Ok, I am about to start writting a new app (from scratch) what is best, GraphCool or Prisma?
n
We use Prisma because we like having control over the server and being free from the restrictions of Lambdas that you have to use with the graphcool-framework. Getting started is easy with both. What is your project?
j
Thanks @noahdavis apologies for the slow reply, slack didn't notify me of this. It is a medium size project to control the day to day operations from a recruitment agency. So, basic data driven operations mostly, a dashboard, user profiles, etc... The idea is to use Angular for the frontend with Angular Material (not sure that is important though)
n
You would probably find more of the flexibility you need using Prisma. @jbonigomes
j
Thanks @noahdavis, really appreciate your help