DEV Community

Discussion on: How To Build a CRUD RESTful API with Node.js, Prisma, and PostgreSQL in 5 Steps

Collapse
 
madwithcode profile image
akhilesh krishnan

hi, can i use prisma without typescript ?, my project doesnt use typescript

Collapse
 
paulho1973 profile image
paulho1973

I always feel like typescript is more suitable for server-side with strong type checking. While I prefer to use JavaScript for client-side like React for faster application development.