nestjs Worker ?
Hello here ! Sorry if the question has been asked before, but I could not find. So I'll ask you gurus about this :
Is it realistic to try to deploy a nestjs service as a Cloudflare Worker ? I could see tutos with react or next, but not (yet) using nestjs.
Thank you !!
2 Replies
FYI I could read some serverless nestjs example there : https://docs.nestjs.com/faq/serverless
Documentation | NestJS - A progressive Node.js framework
Documentation | NestJS - A progressive Node.js framework
Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).
I may try something with cloudflare, depending on your experience