Basic NestJS example #1048
Unanswered
mechanical-turk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's the quickest way to integrate a @whatwg-node server adapter to start working within nestjs? As you know, nestjs itself is platform agnostic to a certain extent. It can run within express or fastify, which means I need a way to adapt the NestJS.Request abstraction to work with my @whatwg-node/fetch.Reqests. @whatwg-node/server works out of the box with cf worker, express, node etc. Does this exist for nestjs?
Beta Was this translation helpful? Give feedback.
All reactions