pivoting from #ZenStack towards just using #NestJS/#prisma “manual” solutions to build a #REST #API.
would still like to have some way to quickly serialize our prisma models into a format like JSON:API (or HAL). but when I look at https://jsonapi.org/implementations/#server-libraries-node-js (and with some additional searching):
there are numerous full frameworks and a few serializers but most of them have not been touched in years. is the Javascript world still stuck in #graphQL land? or am I just not looking in the right places?