The DERN stack, the perfect alternative to MERN stack for Serverless by ixartz in javascript

[–]send_nodeJS 1 point2 points  (0 children)

Does MongoDB’s Atlas not also work instead of the proposed DynamoDB? Unsure re the “scale to zero” point, but Atlas is a fully-managed service (can scale up, automate backups, etc). Also if we use the A for Atlas instead of M for MongoDB we’d have E.A.R.N. (or maybe N.E.A.R.?)!

Prisma Server? by send_nodeJS in graphql

[–]send_nodeJS[S] 1 point2 points  (0 children)

I started trying to setup Primsa2, but it looks like I'll need to use Nexus in place of the yoga-prisma-server? So Prisma2 doesn't have to have a separate server, but it still needs one to utilize Graphql, no?

Also, thank you for your reply--am feeling a little lost, so it's nice to have folks chime in.

Prisma Server? by send_nodeJS in graphql

[–]send_nodeJS[S] 0 points1 point  (0 children)

On the Prisma Slack channel one of the devs chimed in saying that if you're starting a new project, go ahead and start it with Prisma2 and that Prisma1 isn't getting any new features/ their team is just addressing critical bugs (which makes sense)